This happens when there are many objects in memory.
To fix this error you have to edit JDevelopers "ide.conf" file. This can be found in
{Middleware Path}\jdeveloper\ide\bin
Once in there you can find the command that says:
AddVMOption -Xmxand then change from the default value to
AddVMOption -Xmx1024Mor Any value, the comments in the file says
something greater, like 1024M or 1250MThis should sort your problem out and if not, you can add more.
In Linux you can find the file by running
find ./ -iname ide.confor
sudo find ./ -iname ide.conf
#bearMan.
No comments:
Post a Comment