RE: out-of-memory exp

2003-06-04 Thread Josh Rayls
You could raise the memory size of your VM via the -Xms128m -Xmx128m arguments. It's just Weblogic, the memory hog, telling you that it has run out of memory. It seems to me that there's some sort of memory leak when hot deploying. -Josh -Original Message- From: Nagendra Kumar O V S

RE: out-of-memory exp

2003-06-04 Thread Varun Garg
This comes when weblogic runs out of memory. If this happens often, then I would look at the code and check for any bad looping thats going on. -Original Message- From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 9:15 AM To: [EMAIL PROTECTED] Subject:

RE: out-of-memory exp

2003-06-04 Thread Nail, Evan Burke
nagi, Besides the previously mentioned errors, I sometimes get this error when I'm working in my development environment and I have changed a class and not restarted my server. I have not used 7.1 much so I don't know if this could be your error , we're on 6.1 and see it occasionally

RE: out-of-memory exp

2003-06-04 Thread Doug Bryant
it's weblogic, not struts. it appears that hot-deploy does not free up resources upon redeploying an application. we are working with a fairly large application. Most of the developers here have resorted to restarting the server between redeploys because it is almost guaranteed to hose up