mirror of
https://github.com/extremeshok/xshok-proxmox.git
synced 2026-04-25 13:45:48 +03:00
[GH-ISSUE #48] zfs_arc_max can not be the same or less than zfs_arc_min #27
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xshok-proxmox#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mjkl-gh on GitHub (Apr 3, 2021).
Original GitHub issue: https://github.com/extremeshok/xshok-proxmox/issues/48
Dear maintainers,
I've been using bits off your script for maintaining my proxmox servers for a couple of years now. First of all many thanks for this great work. It helped me a lot
Recently I noticed my homelab server started running out of RAM. It's an older microserver with only 16GB of RAM, therefore min and max were both set to 1GB
Somehow it was ignoring zfs_arc_max set in the modprobe directory. After some searching I found this
apparently something was changed and min and max can't be set to the same amount any longer. Doing so will make it go to default (half of memory)