Unverified Commit 47f442c3 authored by Jacob Blain Christen's avatar Jacob Blain Christen Committed by GitHub
Browse files

Merge pull request #255 from dweomer/bump-memory-requirements

Bump up minimum memory: live=2GB, local 1GB
Showing with 4 additions and 4 deletions
+4 -4
......@@ -24,7 +24,7 @@ and changes will not persist after reboot.
To copy k3OS to local disk, after logging in as `rancher` run `sudo os-config`. Then remove the ISO
from the virtual machine and reboot.
Live install (boot from ISO) requires at least 1GB of RAM. Local install requires 512MB RAM.
Live install (boot from ISO) requires at least 2GB of RAM. Local install requires 1GB RAM.
## Design
......@@ -341,7 +341,7 @@ export K3OS_VERSION=v0.5.0
/sbin/k3os-upgrade-kernel
```
You should always remember to backup your data first, and reboot after upgrading.
You should always remember to backup your data first, and reboot after upgrading.
## Building
......
......@@ -8,7 +8,7 @@ exec /usr/bin/qemu-system \
-rtc \
base=utc,clock=host \
-cdrom /output/k3os.iso \
-m 1280 \
-m 2048 \
-smp 2 \
-device virtio-rng-pci \
-net nic \
......
......@@ -20,7 +20,7 @@ if [ ! -e $STATEDIR/hd.img ]; then
fi
exec $QEMU_SYSTEM \
-m 1280 \
-m 2048 \
-machine accel=${QEMU_MACHINE_ACCEL:="hax:kvm:hvf:tcg"} \
-nographic \
-serial mon:stdio \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment