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 that's the case, since I can only get the reference of a node after it has started up, if I start nodes in the order of N0, N1, ..., N(m). How could N(i) know the reference to N(i+1)..N(m) when it was started up? Or it doesn't need to know the reference at all? Thanks a lot! Yours, Yanyan :) Quoting Matthew Toseland <[EMAIL PROTECTED]>: > 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 top (in advanced mode, under Node Status), > or you can run java -cp freenet.jar:freenet-ext.jar freenet.node.Main > --export and capture the output. > > 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 for each node? I am doing experiments with freenet on > > PlanetLab. My problem now is that client local to a node cannot retrieve > from > > or insert to other nodes in the private Freenet. Is it possible for you to > show > > me your changes to the configuration file and other possible > configurations? > > Thanks a lot! > > > > Yours, > > Yanyan :) > > > > Quoting Duana Saskia STANLEY <[EMAIL PROTECTED]>: > > > > > > > > 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 the time the nodes are doing nothing but still there are a lot of > > > threads, also, not sure why they are all resident. > > > > > > I read in the archives that one thing to do is decrease maxConnections > > > setting. I'll try this but don't see why that would work. There was > also > > > something on freenethelp.org giving a whole host of commandline options > to > > > try to optimize memory usage but I tried this and it blew it out even > > > more. > > > > > > Are there any other ways I can reduce memory usage and/or number of > > > spawned threads? > > > > > > Thanks > > > > > > _______________________________________________ > > > 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] > > > > > > > > > Yanyan :) > > > > > > ================================= > > Yanyan Wang > > Department of Computer Science > > University of Colorado at Boulder > > Boulder, CO, 80302 > > ================================= > > _______________________________________________ > > 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. > Yanyan :) ================================= Yanyan Wang Department of Computer Science University of Colorado at Boulder Boulder, CO, 80302 ================================= _______________________________________________ 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]
