Hi Everyone, I'm catching a OOM exception while trying to compile a source file on GCC117:
$ make g++ -DNDEBUG -g2 -O3 -fPIC -pthread -pipe -c xts.cpp virtual memory exhausted: Cannot allocate memory GNUmakefile:1625: recipe for target 'xts.o' failed make: *** [xts.o] Error 1 GCC117 has 16GB of RAM but no virtual memory because there is no page file. (If I am parsing an off-line conversation correctly). My guess is the OS or someone's application has a memory leak. Please check their jobs and ensure things look OK. Jeff _______________________________________________ cfarm-users mailing list [email protected] https://lists.tetaneutral.net/listinfo/cfarm-users
