memory « weblogic « Java Enterprise Q&A





1. Weblogic wlserver memory setting?    stackoverflow.com

When we start up Weblogic (8.1) from the command line, we’re passing it memory usage arguments of the form “-Xms256m -Xmx1024m� which gives it a GB to play with. When we’re ...

2. weblogic 8.1 out of memory    stackoverflow.com

my weblogic 8.1 gives out of memory if i dont click the garbage collector for a long time, i have increased the -Xms512m -Xmx1024m and also the max perm size in ...

3. Editing web.xml and weblogic.xml which is in the memory    stackoverflow.com

I am adding new files to a war file. I need to change the web.xml file and the weblogic.xml file. How can I modify web.xml and weblogic.xml file, since it is ...

4. Facing a memory leak issue due to internal weblogic objects    stackoverflow.com

I have an app running on Weblogic 10 app server. I am facing a memory leak issue due to internal weblogic objects. The following class objects are occupying a lot of ...

5. java memory leak weblogic AES bouncy castle    stackoverflow.com

I have web service deployed on WebLogic which utilizes the bouncy castle to do a AES 256 bit decryption. This is causing a memory leak. A few logs which I have ...

6. weblogic, jdk1.5 memory issues    stackoverflow.com

I am using weblogic 9.2, jdk1.5, and oracle 10g for my application and getting some memory issues I have a report servlet for 4 different kinds of reports of millions of ...

7. Out of memory exception using J2ssh jar    stackoverflow.com

We are using j2ssh jar(j2ssh is an external jar used to connect Secured Shell)in our webapp.The webapp is running in weblogic server. I open the connection like this

SshClient ssh = new SshClient();
SessionChannelClient ...

8. Java 1.4.2 memory analysis tools    stackoverflow.com

We have an application running on Weblogic 8.1.3, using the bundled 1.4.2 JDK, and it's leaking memory moderately rapidly. I've done some reading around about how to fix memory leaks, but most ...

9. Java web Application memory usage on Web Logic Server    stackoverflow.com

I have a web application deployed on a web logic server. The server comes down very ofter. I need to figure out if my web application could be the cause. Is ...