This fixes an issue with Jest using up to 1.1 GB of RAM when running the UTs. Now it can at most take up 200MB for a worker. It then has to restart the worker when it hits that RAM limit. It may make UTs take longer, but only time will tell.
This also does release prep for the next release for users.
This fixes an issue with Jest using up to 1.1 GB of RAM when running the UTs. Now it can at most take up 200MB for a worker. It then has to restart the worker when it hits that RAM limit. It may make UTs take longer, but only time will tell.
This also does release prep for the next release for users.