Low Memory Warning
I got the Low Memory Warning and below is my settings
ide.conf
AddVMOption -Xmx650M
jdev.conf
AddVMOption -XX:MaxPermSize=1024M
I tried to increase -Xmx=1024M in ide.conf but then it won't start then I have to reduce it down to 650M. JDev won't start if it's above 650M. But then I can't compile my project because my project is 104MB.
I'm using JDeveloper 11.1.1.2 and I can't upgrade to higher version due to the compatibility issue with my other software.
Do you have any idea how to increase the memory so i can compile my project using JDev 11.1.1.2?