This commit is contained in:
Shelvacu
2025-05-12 18:02:50 -07:00
committed by Shelvacu on triple-dezert
parent 0c9b436c11
commit 77a114205e

View File

@@ -20,6 +20,7 @@
boot.loader.efi.canTouchEfiVariables = true;
#todo: increase boot partition size
boot.loader.systemd-boot.configurationLimit = 10;
boot.loader.systemd-boot.memtest86.enable = true;
# The first thing to complain was redis in the vacustore container:
#
# WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.