Interesting. This does not set a limit, so it would use the default.
Which is 64MB! Are you sure you're not reading the wrong memory usage
indicator? VIRT is pretty meaningless, RSS is more interesting iirc...

On Wed, Aug 18, 2004 at 11:57:09PM -0700, Steve wrote:
> I've read that there should be a parameter that limits java's mem usage in 
> /usr/bin/start-freenet.sh. Mine seems to lack that parameter.  here is a copy of my 
> start-freenet.sh:
> 
> #!/bin/bash
> # This script is a companion script to the Gentoo freenet init script.
> # Logs freenet's stdout and stderr for debugging needs.
> #
> # Author: Brandon Low <[EMAIL PROTECTED]>
> #
> ${JAVA} ${JAVA_ARGS} freenet.node.Main -p /etc/freenet.conf \
>         > /var/freenet/freenet.stdout.log 2> /var/freenet/freenet.stderr.log &
> echo $!
> 
> My node eats up HUNDREDS of megs of ram after several hours, and I need to limit it. 
>  what do I need to add to this file?
> _______________________________________________
> Support mailing list
> [EMAIL PROTECTED]
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[EMAIL PROTECTED]

-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Reply via email to