limit kernel memory
This commit is contained in:
parent
7907c89d06
commit
d4b6d02325
|
@ -53,7 +53,6 @@ docker run \
|
||||||
--network none \
|
--network none \
|
||||||
--cpus=".5" \
|
--cpus=".5" \
|
||||||
--kernel-memory 1m \
|
--kernel-memory 1m \
|
||||||
--kill-children-on-exit \
|
|
||||||
--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