Module Name: src Committed By: pooka Date: Tue May 11 14:49:07 UTC 2010
Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: Set default number of vnodes to 1k instead of 64k: a large default reserves a large amount of memory by default and this is not desirable in a rump kernel where the typical usage is minimal. Maybe I should write a few lines to autoscale desiredvnodes up to a hard limit after the soft limit is reached? To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/rump/librump/rumpvfs/rump_vfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.