I am not properly sure if this a good question but I need to ask anyway. My question: is it possible to limit RAM usage while compiling my C++ application?
I am not asking to reduce RAM usage for application neither malloc
etc. techniques. Is there any switch to pass for make limits ram memory usage to say 256 MB? Or am I totally skipping something important?