In message <[EMAIL PROTECTED]>, Greg Wooledge <[EMAIL PROTECTED]> writes >Thomas Goebel ([EMAIL PROTECTED]) wrote: > >> How can i tune the memory usage of the java VM. I can see that the VM >> can use >> 128MB in http://localhost:8890/internal/env. But how can i change this >> value? > >Pass command-line parameters to the Java VM when you start the node. >E.g., with Kaffe, I use "nohup java -mx 256M freenet.node.Main &" to >start my node. You'll have to check the docs for your JVM to see what >the right parameters are. > >> Did anybody know anything about the security BUG i found two weeks ago? >> (tempfiles in /tmp/t******) > >I mentioned it on the devl list, but nothing seems to have been done >about it AFAIK. They're still happening on my system with a pretty >recent snapshot. >
I wouldn't say it was a bug. It seems inevitable that there must be a temporary store of files as decryption could not easily be synchronised with transfer to a browser. If they are put somewhere in the freenet directory they could easily get left behind after a crash. Perhaps checking for such files should be mentioned in the documentation, it is likely to be OS specific. -- Roger Hayter _______________________________________________ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
