>ulimit -n 4096 works fine, and it should for higher numbers as well. Could >this be put into start-freenet.sh, or is it unstable/unsafe? Maybe prompt the >user with a warning message about memory usage.
Hmm. From what I could find on the net windoze doesn't have a limit on open fd's, so most users will not be affected. And for linux (whose system limit is 28000 afaik) users that want to run ubernodes, we could provide some interesting tuning tips for java apps: http://www.jlinux.org/server.html (its safe to assume they wouldn't be afraid to tweak things) _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
