I got this error while I was building spidermonkey using cygwin terminal, the error is
"***virtual memory exhausted stop"
so how to solve this error ?
I got this error while I was building spidermonkey using cygwin terminal, the error is
"***virtual memory exhausted stop"
so how to solve this error ?
As a potential quick fix: You can reduce the memory usage by doing
make -j 1
which tells the build tool to use only one CPU.