Hi,
I have a 3-node cluster with identical nodes, but zfs is using up much different ram on different nodes:
Node: 128RAM, 2x500GB ssd's for PVE OS.
Node1 free -mh:
Node2 free -mh:
Node1 arc_summary:
Node2 arc_summary:
Only difference, is Node1 has more vm backups and isos stored in local.
Is there any way to check and understand this behaviour?
I have a 3-node cluster with identical nodes, but zfs is using up much different ram on different nodes:
Node: 128RAM, 2x500GB ssd's for PVE OS.
Node1 free -mh:
Code:
total used free shared buff/cache available
Mem: 125Gi 57Gi 61Gi 67Mi 6.5Gi 67Gi
Swap: 0B 0B 0B
Node2 free -mh:
Code:
total used free shared buff/cache available
Mem: 125Gi 24Gi 95Gi 70Mi 5.9Gi 99Gi
Node1 arc_summary:
Code:
ARC status: HEALTHY
Memory throttle count: 0
ARC size (current): 53.5 % 33.6 GiB
Target size (adaptive): 62.9 % 39.6 GiB
Min size (hard limit): 6.2 % 3.9 GiB
Max size (high water): 16:1 62.9 GiB
Most Frequently Used (MFU) cache size: 1.1 % 365.3 MiB
Most Recently Used (MRU) cache size: 98.9 % 33.2 GiB
Metadata cache size (hard limit): 75.0 % 47.2 GiB
Metadata cache size (current): 0.5 % 226.3 MiB
Dnode cache size (hard limit): 10.0 % 4.7 GiB
Dnode cache size (current): 0.6 % 28.6 MiB
Node2 arc_summary:
Code:
ARC status: HEALTHY
Memory throttle count: 0
ARC size (current): 8.9 % 5.6 GiB
Target size (adaptive): 9.2 % 5.8 GiB
Min size (hard limit): 6.2 % 3.9 GiB
Max size (high water): 16:1 62.9 GiB
Most Frequently Used (MFU) cache size: 3.1 % 178.3 MiB
Most Recently Used (MRU) cache size: 96.9 % 5.4 GiB
Metadata cache size (hard limit): 75.0 % 47.2 GiB
Metadata cache size (current): 0.3 % 124.1 MiB
Dnode cache size (hard limit): 10.0 % 4.7 GiB
Dnode cache size (current): 0.4 % 19.9 MiB
Only difference, is Node1 has more vm backups and isos stored in local.
Is there any way to check and understand this behaviour?