Hey everyone,
So as my title says, i'm trying to increase the memory for my weblogic server in my windows 7 64 bit machine, with 8GB ram.
The values appear to be: JAVA Memory arguments: -Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m
I've done some search from this forum and i've added this to my jdev.conf:
AddVMOption -XX:MaxPermSize=1536M (in this one i've only changed the value)
AddVMOption -Xmx1536M
AddVMOption -Xms1536M
And i've changed this: MEM_ARGS="-Xms1024m -Xmx1024m" in my startNodeManager.sh file
I'm still getting the same line in my server but i need to change the values since i'm not getting the server to run my application very well (it gets stucked in loading my databases and graphs) and i think it will continue untill i get a heap exception error.
Any ideas of how to change this?
Regards,
Frederico.