You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
circleci: Attempt to fix "Cannot allocate memory" when building CMake
This commit attempts to fix the following error by limiting the number
of parallel build and link jobs.
[...]
cmcompress -I/work/src/Source/CTest -I/work/src/Source/CPack -O3 -DNDEBUG -std=gnu++17 -MD -MT Source/CMakeFiles/CMakeLib.dir/cmLocalGenerator.cxx.o -MF Source/CMakeFiles/CMakeLib.dir/cmLocalGenerator.cxx.o.d -o Source/CMakeFiles/CMakeLib.dir/cmLocalGenerator.cxx.o -c /work/src/Source/cmLocalGenerator.cxx
/work/src/Source/cmLocalGenerator.cxx:2901:1: fatal error: error writing to /tmp/ccLGyPoR.s: Cannot allocate memory
}
^
compilation terminated.
0 commit comments