From 0e4253ae5dd198e3ee8062decf426519fb651e55 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 6 May 2023 19:56:38 +0200 Subject: [PATCH] Allocation --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ef3f718..83a7bd6 100644 --- a/readme.md +++ b/readme.md @@ -66,7 +66,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti ``` environment: - DISK_SIZE: "16G" + DISK_SIZE: "256G" ``` * ### How do I change the location of the virtual disk? @@ -87,7 +87,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti ALLOCATE: "N" ``` - Keep in mind that this doesn't affect any existing disks, and that it may impact performance as the image file will need to grow each time new data is added. + Keep in mind that this doesn't affect any of your existing disks unless they are resized. * ### How do I increase the amount of CPU/RAM?