further limit cpu, no logs
This commit is contained in:
parent
3aba668aec
commit
00252622d3
|
@ -51,8 +51,9 @@ esac
|
||||||
docker run \
|
docker run \
|
||||||
-m 64m \
|
-m 64m \
|
||||||
--network none \
|
--network none \
|
||||||
--cpus=".5" \
|
--cpus=".2" \
|
||||||
--rm \
|
--rm \
|
||||||
|
--log-driver none \
|
||||||
-v $filepath:/$file:ro \
|
-v $filepath:/$file:ro \
|
||||||
-v $dir/executors/python2:/executor_python2:ro \
|
-v $dir/executors/python2:/executor_python2:ro \
|
||||||
-v $dir/executors/python3:/executor_python3:ro \
|
-v $dir/executors/python3:/executor_python3:ro \
|
||||||
|
|
Loading…
Reference in New Issue