cycbuff limit?

Dan Merillat harik at chaos.ao.net
Thu Aug 31 01:35:01 UTC 2000


Pete Ashdown writes:
> 
> That would be far lower than 1024.  I'm running kernel 2.2.16.  What's up?

cat /proc/sys/fs/file-max

that's the global (all processes) limit.  Defaults to 1024.
You probably want 10k, so echo 10240 > /proc/sys/fs/file-max (as r00t)

--Dan



More information about the inn-workers mailing list