I have a project which consists of ~650 modules, total size of the output directory is 19MB, roughly 100k lines of code in output/*/*.js files. purs bundle (0.11.6) and psc-bundle (0.10.5) both need more than 9GB of RAM to generate the bundle. This is far too much and the process is killed by the OOM killer on our CI/CD service.
I have a project which consists of ~650 modules, total size of the
outputdirectory is 19MB, roughly 100k lines of code inoutput/*/*.jsfiles. purs bundle (0.11.6) and psc-bundle (0.10.5) both need more than 9GB of RAM to generate the bundle. This is far too much and the process is killed by the OOM killer on our CI/CD service.