On Tue, 6 Jan 2009 21:55:42 +0100, user1 <bqz69 at telia.com> wrote:

> Now my freenet on my fit-pc with 256 mb ram seems to be running
> steady (has been running for the last couple of days).
> 
> I did following:
> [cut]

That's an ugly[1] hack :). And, doesn't your run.sh start a wrapper
that should do this automatically? (You can check by looking into your
wrapper.log in your Freenet folder--assuming it exists ;)--which I'm
going to guess is not true) My wrapper does--but it's very annoying,
since the downloads/uploads get messed up, not to mention the churn it
causes in the network topology?

But, more importantly, freenet shouldn't be crashing in the first
place!! ;)

Though, we have similar physical ram space--I have a bit more, 384MB.
(Why is 100M not enough again?) Do you have other big memory users
running on your system?


[1] ugly because you don't need to make a text file--you can grep the
output of run.sh directly... ie. if [[ `dir/run.sh status | grep
"Freenet bla bla" ]]; then blabla; fi

Reply via email to