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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...