mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
further limit cpu, no logs
This commit is contained in:
parent
3aba668aec
commit
00252622d3
1 changed files with 2 additions and 1 deletions
|
@ -51,8 +51,9 @@ esac
|
|||
docker run \
|
||||
-m 64m \
|
||||
--network none \
|
||||
--cpus=".5" \
|
||||
--cpus=".2" \
|
||||
--rm \
|
||||
--log-driver none \
|
||||
-v $filepath:/$file:ro \
|
||||
-v $dir/executors/python2:/executor_python2:ro \
|
||||
-v $dir/executors/python3:/executor_python3:ro \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue