From 747a3b17d52c972db5c9b460e88d02bd52fb35bb Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 2 Apr 2022 16:59:35 +0300 Subject: [PATCH] Not ZFS, it uses many gigabytes of RAM. --- rebuild-wekan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index 521227181..edb6b8400 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -1,7 +1,7 @@ #!/bin/bash -echo "Recommended for development: Ubuntu 22.04 amd64 Jammy Jellyfish daily iso with ZFS encrypted install option, directly to SSD disk or dual boot, not VM. Works fast." +echo "Recommended for development: Ubuntu 22.04 amd64 Jammy Jellyfish daily iso, directly to SSD disk or dual boot, not VM. Works fast." echo "Note: If you use other locale than en_US.UTF-8 , you need to additionally install en_US.UTF-8" echo " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly." echo " You can still use any other locale as your main locale."