lower memory limit

This commit is contained in:
Jake Jarvis 2021-03-29 10:44:00 -04:00
parent b95ab2d828
commit c19eceb29a
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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 \