limit kernel memory
This commit is contained in:
parent
d4b6d02325
commit
78b2db6282
|
@ -52,7 +52,7 @@ docker run \
|
||||||
-m 64m \
|
-m 64m \
|
||||||
--network none \
|
--network none \
|
||||||
--cpus=".5" \
|
--cpus=".5" \
|
||||||
--kernel-memory 1m \
|
--kernel-memory 8m \
|
||||||
--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