For C++, is it possible that it’s the build system doing this? A lot of build systems for C++ automatically do multithreaded builds which consumes a lot of RAM. A single threaded build could take a lot longer, but could probably be run on a very small machine unless the developer has done something incredibly wicked to make a compilation unit that large.

Reply to this note

Please Login to reply.

Discussion

No replies yet.