limit kernel memory
This commit is contained in:
parent
563b2610d1
commit
9f9d56ef2e
|
@ -53,7 +53,6 @@ docker run \
|
||||||
--network none \
|
--network none \
|
||||||
--cpus=".5" \
|
--cpus=".5" \
|
||||||
--ulimit nproc=4:4 \
|
--ulimit nproc=4:4 \
|
||||||
--kernel-memory 4m \
|
|
||||||
--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