Hi Team, We are trying to build a docker image wi...
# nebula
h
Hi Team, We are trying to build a docker image with some code changes for graphd, metad and storaged but facing these issue after taking time for build compilation. Any suggestion? g++: fatal error: Killed signal terminated program cc1plus compilation terminated. make[2]: * [src/graph/executor/CMakeFiles/executor_obj.dir/query/ProjectExecutor.cpp.o] Error 1 make[2]: * Waiting for unfinished jobs.... make[1]: * [src/graph/optimizer/CMakeFiles/optimizer_obj.dir/all] Error 2 make: * [all] Error 2
k
Was it a OOM error? Please confirm your compiler machine memory size.
h
how much min memory and cpu core is required for image build up?
k
memory at least 20GB, cpu core 8C or above is preferred
h
Hi , still facing these error as my compiler machine had 21 gb memory and 10 cores. g++: fatal error: Killed signal terminated program cc1plus compilation terminated. make[2]: * [src/graph/optimizer/CMakeFiles/optimizer_obj.dir/rule/PushFilterDownTraverseRule.cpp.o] Error 1 make[2]: * Waiting for unfinished jobs.... make[1]: * [src/graph/optimizer/CMakeFiles/optimizer_obj.dir/all] Error 2 make: * [all] Error 2
k
It still seems likely to be an OOM error. You can run the cmd
dmesg -T
to confirm.