1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2025-01-20 21:11:43 -05:00

Tighten memory limits

This commit is contained in:
wj25czxj47bu6q 2025-01-05 08:37:24 -07:00 committed by GitHub
parent 799f6c372a
commit e6606b9bb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

1
etc/modprobe.d/zfs.conf Normal file
View File

@ -0,0 +1 @@
options zfs zfs_arc_max=8589934592

View File

@ -30,4 +30,7 @@ PrivateDevices=true
# - Hostname # - Hostname
# - System Clock # - System Clock
ProtectSystem=strict ProtectSystem=strict
ProtectKernelTunables=true ProtectKernelTunables=true
MemoryHigh=32G
MemoryMax=40G