DragonFly kernel List (threaded) for 2010-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Patch: lwbuf page limits
Hi,
This patch adds a sysctl (kern.ipc.lwbuf_max_pages), a per-CPU limit on the number of pages of KVA that can be allocated by lwbufs. It is currently set at 8MB. It'd be nice for lwbuf_alloc to not keep requesting pages from the system; in a test, I got a webserver to hit a 256 page limit fairly readily, serving tarballs of /usr/src, to a few (4) clients concurrently.
-- vs
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]