Page 1 of 1

Problem in opening essential_baseline_v505.pprj

Posted: 14 Mar 2016, 13:37
by cajithkumar
Hi,

I am getting a memory error when attempting to open the essential_baseline_v505.pprj file in the essential_metamodel folder. The exeception is java.lang.outofmemoryerror:Java heap space.

Re: Problem in opening essential_baseline_v505.pprj

Posted: 15 Mar 2016, 10:49
by neil.walsh
Hi,

On Windows, you can set Protege by going into the Protege File->Preferences and then into Property Files and then into the LAX properties tab. In there, find the lax.nl.java.option.heap.size.max property and increase this to around 1024MB (max 1500 on 32-bit Windows) or more, e.g. 1024000000. Click OK and restart Protege.

This Protege article has more details
http://protegewiki.stanford.edu/wiki/Setting_Heap_Size

Thanks

Neil

Re: Problem in opening essential_baseline_v505.pprj

Posted: 16 Mar 2016, 17:26
by cajithkumar
Thanks. It worked.