-
mns39
-
Everything40
-
rwp41
-
cloudowind43 here
-
Everything42 missing
-
cloudowindtrue
-
mnslol didn't realise this is where I had typed that
-
last1do you guys use zfs for regular systems, not necessarily for storage
-
last1like, instead of UFS
-
last1and if so, how much ARC do you allow
-
elgerwp, interesting, I've never heard of those symptoms yet. I use TMEM which is now removed from the linux kernel. It allowed to have dynamic RAM for the XEN guests.
-
elgeIt also causes loads of problems.
-
voy4g3r2last1: yes, exclusively ZFS for all systems, i do not use ARC.
-
elgeBut at least it's a way to save memory and the guest knowing how much it really has.
-
last1so it's safe to disable ARC ?
-
last1I was reading mixed information on that
-
rwpelge, I think you refer to my comment about overbooked RAM for VMs? Yes. There was this project that had a server that they were running 26 active VMs upon and overbooked the RAM and it was really a problem.
-
robnlast1: yes, my rule of thumb for laptops and workstations has been to cap ARC at 1/8th total RAM
-
rwpTalking about ARC adaptive read cache makes me want to advertise more about using O_SYNC|O_DIRECT flags more to tell the kernel not to store that I/O in the cache as it is a one time thing and caching is not useful for it.
-
rwpThe main way I do this is reading and writing ISO files which tend to be DVD sized large files and so I will use dd iflag=fullblock oflag=sync,direct in order to do this. Avoids blowing out the cache with one time data.
-
LapsangSmoi kaikki
-
makendohow universal is mmap supporting MAP_ANON
-
cracauerVery.
-
grahamperrinSomeone might like to change the topic, bsd.to stopped working some time ago.
-
jbograhamperrin
-
rwpYes. It's been quite some months now that bsd.to has not been functional. Sad state of things.
-
jboseems to be a repeating pattern