[cfarm-users] Please check your memory usage on GCC117

Jeffrey Walton noloader at gmail.com
Sun Oct 13 14:42:14 CEST 2019


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


More information about the cfarm-users mailing list