limit kernel memory
This commit is contained in:
parent
0f9d54cd05
commit
2c99873dcb
|
@ -52,8 +52,7 @@ docker run \
|
||||||
-m 64m \
|
-m 64m \
|
||||||
--network none \
|
--network none \
|
||||||
--cpus=".5" \
|
--cpus=".5" \
|
||||||
--ulimit nproc=8:8 \
|
--ulimit nproc=4:4 \
|
||||||
--kernel-memory 6m \
|
|
||||||
--rm \
|
--rm \
|
||||||
-v $abs:/$file:ro \
|
-v $abs:/$file:ro \
|
||||||
-v $dir/executors/python2:/executor_python2:ro \
|
-v $dir/executors/python2:/executor_python2:ro \
|
||||||
|
|
Loading…
Reference in New Issue