mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
increase max ram
This commit is contained in:
parent
7d299a6a2b
commit
9919260510
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ case "$lang" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
-m 16m \
|
-m 64m \
|
||||||
--network none \
|
--network none \
|
||||||
--cpus=".5" \
|
--cpus=".5" \
|
||||||
--ulimit nproc=8:16 \
|
--ulimit nproc=8:16 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue