memory requirement
Closed this issue · 0 comments
Bug
So i am following instruction from https://docs.yscope.com/clp/main/dev-guide/building-package, and when i do task clp-json-pkg-tar or task package, it seems that i am out of memory, so is there a minimum memory requirement for this?
i have 32GB and it uses like 16+GB
some error message
c++: fatal error: Killed signal terminated program cc1plus
npm error process terminated
npm error signal SIGINT
2024-11-19T17_29_22_948Z-debug-0.log
CLP version
the newest one on github
Environment
just the environment in https://docs.yscope.com/clp/main/dev-guide/building-package.html
Reproduction steps
git clone https://github.com/y-scope/clp.git
get the environment done
cd clp
update-alternatives --set cc /usr/bin/gcc-10
update-alternatives --set c++ /usr/bin/g++-10
update-alternatives --set cpp /usr/bin/cpp-10
tools/scripts/deps-download/init.sh
components/core/tools/scripts/lib_install/ubuntu-focal/install-all.sh
task clp-json-pkg-tar