sinbargit
sinbargit
using encoding base64 as workaround. close it
@nomiddlename Any process or workaround solution? I has this problem too. PM2 cluster mode uncompatible with log4js, that means pm2 can not use at production?
@nomiddlename Any process or workaround solution? I has this problem too. PM2 cluster mode uncompatible with log4js, that means pm2 can not use at production?
@luin yeah. It is working fine 
any process on it? I set max-old-memory to 24g. But still out of memory
> @willsoto I don't think this is an issue with jest the more I look into it. I think it is ts-jest that is the issue. The reason being is...
Maybe support disable source map can ease this bug
There is a similar issue in jest https://github.com/facebook/jest/pull/8331, not sure that is the true reason.
> Adding this to jest.config.js worked for me. > > ``` > globals: { > 'ts-jest': { > isolatedModules: true > } > } > ``` I got an error...
any update? I also has this issue