Y
Hacker News
new
|
ask
|
show
|
jobs
by
0xFFC
2136 days ago
Just curious, what specific project do you compile so that you ran out of resources in that machine?
1 comments
cpgxiii
2136 days ago
The project is our internal monorepo, with probably order ~1000 targets, mostly C++, with reasonably heavy use of templates. GCC needs somewhere on the order of 2-4GB to compile each C++ target.
link