on 15/02/2012 06:50 Scott Long said the following: > The ARC is limited by available wired memory; attempts to allocate such > memory will evict pages from the buffer cache as necessary, until all > available RAM is consumed. If anything, ZFS starves the rest of the system, > not the other way around, and that's simply because the ARC isn't integrated > with the normal VM.
I just would like to add for completeness that this is an oversimplified view of ARC's behavior. ARC tries to monitor overall memory usage and tries to throttle itself when necessary. It also reacts to lowmem signal from pagedaemon. -- Andriy Gapon _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"