lower memory limit
This commit is contained in:
parent
b95ab2d828
commit
c19eceb29a
@ -42,7 +42,7 @@ begin
|
||||
qemu = spawn qemu_path,
|
||||
"-drive", "file=#{base_path}/hdd.img,format=qcow2",
|
||||
"-cpu", "pentium3,enforce",
|
||||
"-m", "128",
|
||||
"-m", "96",
|
||||
"-net", "none",
|
||||
"-serial", "none",
|
||||
"-parallel", "none",
|
||||
|
@ -4,11 +4,11 @@
|
||||
--port=80 \
|
||||
--binary \
|
||||
--header-ws="Sec-WebSocket-Protocol: binary" \
|
||||
--origin=y2k.jarv.is,jarv.is,y2k.jakejarvis.workers.dev \
|
||||
--origin=y2k.jarv.is,y2k.app,y2k.jakejarvis.workers.dev \
|
||||
-- \
|
||||
docker run \
|
||||
--cpus 1 \
|
||||
--memory 200m \
|
||||
--memory 128m \
|
||||
--network none \
|
||||
--log-driver none \
|
||||
--rm -i \
|
||||
|
Loading…
x
Reference in New Issue
Block a user