Re: [freenet-support] How to minimise memory/threads?

2005-04-14 Thread Matthew Toseland
On Wed, Apr 13, 2005 at 06:19:12PM -0600, Yanyan Wang wrote: Thanks a lot for your reply. Yeah, I think it is the problem with my seednodes.ref. I used the seednodes.ref created beforehand. I just found that the references to nodes will change if I restart them. I guess the nodes cannot

Re: [freenet-support] How to minimise memory/threads?

2005-04-14 Thread Matthew Toseland
It should do. On Wed, Apr 13, 2005 at 06:47:04PM -0600, Yanyan Wang wrote: Oh, I just found out that I can execute java -cp freenet.jar:freenet-ext.jar freenet.node.Main --export before actually running the node. Will the reference outputted from this command the same as the actual reference

[freenet-support] How to minimise memory/threads?

2005-04-13 Thread Duana Saskia STANLEY
I'm running a small network of freenet nodes on a university network and I'm getting in trouble for the amount of physical memory it's using. A node runs around 54 threads each using 22M of resident memory.. around 1232MB of physical memory in total. Why does it use so much memory? A lot of

Re: [freenet-support] How to minimise memory/threads?

2005-04-13 Thread Matthew Toseland
On Mon, Apr 04, 2005 at 01:57:48PM +1000, Duana Saskia STANLEY wrote: I'm running a small network of freenet nodes on a university network and I'm getting in trouble for the amount of physical memory it's using. A node runs around 54 threads each using 22M of resident memory.. around

Re: [freenet-support] How to minimise memory/threads?

2005-04-13 Thread Yanyan Wang
Hi, Duana, Sorry I am not answering your question. Instead, I'd like to know how could you make freenet nodes on the small network communicate to each other. What is your configuration file for each node? I am doing experiments with freenet on PlanetLab. My problem now is that client local to a

Re: [freenet-support] How to minimise memory/threads?

2005-04-13 Thread Matthew Toseland
Why not? Can't it connect to them? On Wed, Apr 13, 2005 at 10:39:15AM -0600, Yanyan Wang wrote: Hi, Duana, Sorry I am not answering your question. Instead, I'd like to know how could you make freenet nodes on the small network communicate to each other. What is your configuration file

Re: [freenet-support] How to minimise memory/threads?

2005-04-13 Thread Matthew Toseland
Do you have connections between the nodes, or is it simply that you don't know how to tell one node about all the other nodes? You create a seednodes.ref - this contains node references of all the nodes you want to connect to. You can get the node reference from the Routing Table page, near the

Re: [freenet-support] How to minimise memory/threads?

2005-04-13 Thread Yanyan Wang
Thanks a lot for your reply. Yeah, I think it is the problem with my seednodes.ref. I used the seednodes.ref created beforehand. I just found that the references to nodes will change if I restart them. I guess the nodes cannot communicate because their referneces are out of date. Am I right? If

Re: [freenet-support] How to minimise memory/threads?

2005-04-13 Thread Yanyan Wang
Oh, I just found out that I can execute java -cp freenet.jar:freenet-ext.jar freenet.node.Main --export before actually running the node. Will the reference outputted from this command the same as the actual reference when the node is started up? Thanks a lot! Yours, Yanyan :) Quoting Yanyan