limit kernel memory

This commit is contained in:
Brian Seymour 2018-09-21 00:24:31 -05:00
parent fcfbafb946
commit 0f9d54cd05
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ docker run \
-m 64m \
--network none \
--cpus=".5" \
--ulimit nproc=8:8 \
--kernel-memory 6m \
--rm \
-v $abs:/$file:ro \
-v $dir/executors/python2:/executor_python2:ro \