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