Re: Calculating required memory

2005-08-18 Thread Oleg
Thank you very much for your input gentlemen. Increasing PermGen is a great idea, because I do see my server giving me out of memory permgen error at least twice a day and now it makes sense why, I was thinking my -Xmx settings 1024m should take care of my needs for now and that was wrong, I

RE: Calculating required memory

2005-08-18 Thread Peter Crowther
From: Oleg [mailto:[EMAIL PROTECTED] Now regarding shared/lib directory I thought that every application loads its own copy of those libraries, but if its only one time load and since all my applications are identical copies (only data changes) I might as well move all my classes

RE: Calculating required memory

2005-08-17 Thread Peter Crowther
From: Oleg [mailto:[EMAIL PROTECTED] I am trying to approximate the amount of memory my server will need running tomcat. I understand that a lot depends on how the appication handles resources, however at this point I am trying to figure out what will be the mimimum needed. In my case

RE: Calculating required memory

2005-08-16 Thread Caldarale, Charles R
From: Oleg [mailto:[EMAIL PROTECTED] Subject: Calculating required memory Would I be correct to estimate that Tomcat will atleast need n(number of users/applications) * mb(total size of shared/lib) In a word, no - disk space occupied by class files has no correlation with memory consumed