increase max ram
This commit is contained in:
parent
7d299a6a2b
commit
9919260510
|
@ -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…
Reference in New Issue