Should I consider "laundry memory" as "used memory" or as "available memory".
[sysctl vm.stats.vm.v_laundry_count]
[sysctl vm.stats.vm.v_laundry_count]
It's used memory, soon to be available memory (inactive) or could even be re-determined to be unavailable (active). Either way, it's unavailable at that instance.Should I consider "laundry memory" as "used memory" or as "available memory".
[sysctl vm.stats.vm.v_laundry_count]
It's used memory, soon to be available memory (inactive) or could even be re-determined to be unavailable (active). Either way, it's unavailable at that instance.
I do run swap. Okay, I'll read that threadThat might be an indicator for a memory leak. You probably want to monitor memory use overall, not laundry specifically. Generally speaking, a growing laundry list may point at pages that never properly get around to being swapped out.
There's a pretty good write up on swapping and laundry on the forum:
![]()
Exploring Swap on FreeBSD
Exploring Swap on FreeBSD Free Memory is Wasted Memory or How to Make The Best Use of Swap On modern Unix-like systems such as FreeBSD, “swapping” refers to the activity of paging out the contents of memory to a disk and then paging it back in on demand. The page-out activity occurs in...forums.freebsd.org
Addendum: you probably could also be running without any swap at all. I suppose that could also lead to pages never getting paged and instead staying on the laundry list, if I'm not mistaken.
1. Ask Zabbix? I have no idea about zabbix.Sometimes I see laundry slowly growing, until all memory is used up.
- What should I do to monitor laundry memory in Zabbix?
- What can cause memory to get stuck in laundry?