[freenet-support] I need to limit the amount of memory java uses.

2004-08-19 Thread Steve
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

RE: [freenet-support] Freenet causing crashes...

2004-08-19 Thread Don Gregory
And yeah, typically 15-20 minutes. And when I say crash, I mean the whole system powers down. Goes to a black screen, my monitor shuts down, etc... That is surely a heat problem. Yeah, I know that's what it sounds like, but that ain't it. I finally got it figured out today.

RE: [freenet-support] Re: Freenet causing crashes...

2004-08-19 Thread Don Gregory
That's good to know. Thanks. In the event log, does the message say TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts.? Cuz if so, that's the 10 half-open connection thing I mentioned in an earlier post. So far, that's the only TCPIP messages I've

RE: [freenet-support] Problems with Freenet: from a windows perspective.

2004-08-19 Thread Don Gregory
Well, I HAVE bumped into the half-open connection limit once or twice. Mostly it's an issue for people using P2P clients, edonkey, overnet, etc... It's easy enough to fix anway. I did some reading on the subject, and the recommendation I got was to manually change the config file to have

Re: [freenet-support] I need to limit the amount of memory java uses.

2004-08-19 Thread Salah Coronya
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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

Re: [freenet-support] I need to limit the amount of memory java uses.

2004-08-19 Thread dave
etc/freenet.conf according to that command line? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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:

[freenet-support] Re: reseed

2004-08-19 Thread Someone
Which build are you running, you need at least 5089 to connect to the network. If you aren't running 5091 you should really UPGRADE. ___ Support mailing list [EMAIL PROTECTED] http://news.gmane.org/gmane.network.freenet.support Unsubscribe at

Re: [freenet-support] Problems with Freenet: from a windows perspective.

2004-08-19 Thread Jay Oliveri
Transient isn't that relevant anymore; the current build in CVS has all traces of the Transient property removed. So you won't notice much of a difference using this property on stable (build 5091). On Thursday 19 August 2004 03:05 am, Don Gregory wrote: Well, I HAVE bumped into the half-open

RE: [freenet-support] Re: reseed

2004-08-19 Thread Robert Greenage
I am running 5091. [Original Message] From: Someone [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: 8/19/04 9:07:21 PM Subject: [freenet-support] Re: reseed Which build are you running, you need at least 5089 to connect to the network. If you aren't running 5091 you should really UPGRADE.

Re: [freenet-support] reseed

2004-08-19 Thread Jay Oliveri
On Thursday 19 August 2004 02:51 am, Robert Greenage wrote: Here is what the node reference status looks like this morning.Last night when I shut the machine down ( I do not have broadband) I had 120 known routing nodes. Is there something I need to change in the config? Connections with

Re: [freenet-support] I need to limit the amount of memory java uses.

2004-08-19 Thread evolution
Quoting Steve [EMAIL PROTECTED]: 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

[freenet-support] Gentoo Freenet Script

2004-08-19 Thread evolution
If you're running Freenet from a Portage-installed package on Gentoo, the following script will work. -- #!/bin/sh # Freenet Wrapper Script if [ ${1} == start ]; then echo /etc/init.d/freenet start /etc/init.d/freenet start fi if [ ${1} == stop ]; then echo

Re: [freenet-support] I need to limit the amount of memory java uses.

2004-08-19 Thread Toad
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

RE: [freenet-support] Problems with Freenet: from a windowsperspective.

2004-08-19 Thread Don Gregory
Ah, okay. Yeah, kinda n00b here. Now that you mention it, it didn't really seem to make a difference. Musta been an older faq. Don -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jay Oliveri Sent: Thursday, August 19, 2004 2:15 PM To: [EMAIL