DCache icon indicating copy to clipboard operation
DCache copied to clipboard

make failed

Open callinglove opened this issue 3 years ago • 2 comments

环境:Centos7 虚拟机, 虚拟内存2048M,单核处理器

[ 60%] Building CXX object src/OptServer/CMakeFiles/DCacheOptServer.dir/DCacheOptImp.cpp.o c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See http://bugzilla.redhat.com/bugzilla for instructions. make[2]: *** [src/OptServer/CMakeFiles/DCacheOptServer.dir/DCacheOptImp.cpp.o] Error 4 make[1]: *** [src/OptServer/CMakeFiles/DCacheOptServer.dir/all] Error 2 make: *** [all] Error 2

编译的速度相当慢

callinglove avatar Jan 19 '22 02:01 callinglove

机器太差了

ruanshudong avatar Jan 19 '22 02:01 ruanshudong

2G内存单核CPU确实不够,建议设置下swap空间,单核CPU+2G内存+4G的swap是亲测可以编译通过的,就是编译速度慢了一点

Pireirik avatar Apr 23 '22 00:04 Pireirik