Skip to content
Snippets Groups Projects
Commit 4d7a0879 authored by Danny Auble's avatar Danny Auble
Browse files

The new cgroup code seems a bit more quick to catch OOM

I didn't investigate this closely, but giving the step more
memory fixed the issue.
parent 20a7a978
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ set file_err "test$test_id.error"
set job_id 0
set steps_started 30
set job_mem_opt "--mem-per-cpu=128M"
set step_mem_opt "--mem-per-cpu=4M"
set job_mem_opt "--mem-per-cpu=256M"
set step_mem_opt "--mem-per-cpu=6M"
proc cleanup {} {
global job_id bin_rm file_in file_out file_err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment