Well, if you want to decrease your ARC, you need to free the already allocated memory.
https://linux-mm.org/Drop_Caches
Running that drop_caches command _should_ free the reclaimable RAM from the ARC. There are some deficiencies in the ZFS on Linux memory management though, which could cause...
Edit, some more test and results:
After this the arc was never beeing increased over arc_min_size, so after it was dropped during vzdump it was limited to 1.47G (=arc_min) instead of the full 7G until I did a reboot.
Then I have set arc_min == arc_max and recognized that during a vzdump the arc...
Oh, so this was "only" related to backup jobs. I have a machine with two storage pools, one for root and multiple VMs and one fast for only one VM, I recognized while rootpool is "under heavy load" the VM with its own storage has some freezes. So will my only option to avoid this be to get an...
So even with 4.15.10-1-pve cpu type host is not working for Zen. Windows bootup is starting, but then after a while the VM eats 800-1400% CPU in top and nothing more is happening. Also I recognized that you can not passthrough the CPU internal USB controller to a VM anymore, which was working...
Oh, the question was more related on proxmox staff ;)
But ty anyway.
@proxmox Team
Are the AMD issues solved with the newer 4.15 kernel?
Cant test it by my own right now
Hmm, I did some testing and with 4.13.4 kernel (which I use atm on this) I can not reproduce the swap usage.
Nevertheless
MemTotal: 49403976 kB
MemFree: 5780856 kB
MemAvailable: 10460368 kB
Buffers: 4460672 kB
Cached: 731920 kB
SwapCached: 0 kB...
(echo "COMM PID SWAP"; for file in /proc/*/status ; do awk '/^Pid|VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done | grep kB | grep -wv "0 kB" | sort -k 3 -n -r)
This is what I use for it, the processes who are using swap are not always the same for me. Sometimes I do not see any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.