sinbargit

Results 10 comments of 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 ![image](https://user-images.githubusercontent.com/16011848/173513966-e58ffc9f-86f9-4aa8-a60f-3aa37faac1dc.png)

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