|
|
|
|
|
by drewg123
977 days ago
|
|
Is ARC really non-reclaimable on Linux? At least on FreeBSD, there is a kmem_cache_reap() that is called from the core kernel VM system's low memory handlers. Looking at the linux code in openzfs, it looks like there is an "spl_kmem_cache_reap_now()" function. Maybe the problem is the kernel dev's anti-ZFS stance, and it can't be hooked into the right place (eg, the kernel's VM low memory handling code)? |
|