Weblogic Debugging
In our weblogic server we have to specify memory arguments like
set MEM_ARGS=-Xms512m -Xmx512m -XX:MaxPermSize=512m
I put this:
-Xms512m -Xmx512m -XX:MaxPermSize=512m
as JVM arguments in IntelliJ IDEA, however when it runs the server I get an OutOfMemoryException thrown from the App Server.
I will not get that exception running the server (outside IDEA) on its own with those same JVM parameters. I need it to run inside IDEA in order to debug.
Thanks
Mark
Please sign in to leave a comment.