|
-
November 7th, 2005, 12:59 AM
#1
tomcat problem- very urgent
i am using tomcat 4.12 and sql server 2000...
while multiple users accessing our application, each page takes time to load...
i have checked task manager. before loading the page, the tomcat usage is 70 MB, once the page is loaded the usage is keep on increasing...
after unloading the page, tomcat usage is not decreased..
what should i do for that ? how to check the sql server open cursor?
-
November 7th, 2005, 08:24 AM
#2
Re: tomcat problem- very urgent
Well Tomcat runs Java, and Java is a bit of a memory hog. So there is not a lot you can do aside from buying more RAM 
I suppose you could set the java process running tomcat, to use no more than say 512 MB RAM, that way you force Java to garbage collect when it reaches this limit. I can't recommed forcing tomcat to run with less that 512 MB RAM.
The biggest problem encountered while trying to design a system that was completely foolproof,
was, that people tended to underestimate the ingenuity of complete fools.
Douglas Adams
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|