Closed menghuanpy closed 3 years ago
The RunGuard sandbox within Jobe limits how much memory a task can use. For C++ the default is 200 MB. The most likely explanation for your problem is that using the different standard has pushed the memory requirements for the task over that limit. Try increasing the memory allowed by setting the memorylimit parameter to a larger value, such as 400 (the units are MB).
thank you. I will try it later.
Closing for now. Please reopen if the problem is not solved.
I have a C++ program question, with a " compilearg -std=c++11" option. But Jobe gives me a 'virtual memory exhausted: Cannot allocate memory' error. If no compilearg given, no this error.
I am wondering where the problem is.