AKSW / Xturtle

An eclipse editor for turtle files (RDF serialisation) based on Xtext2
http://aksw.org/Projects/Xturtle
23 stars 9 forks source link

memory issues? #46

Closed seebi closed 11 years ago

seebi commented 11 years ago

by David Jordan: Since installing Xturtle yesterday, my Eclipse has been getting out of memory errors. This has never happened before. Are there memory issues with Xturtle? My .ttl files are fairly small.

nittka commented 11 years ago

Please try whether the problem remains if you adapt the VM arguments in your eclipse.ini The launch configurations for Xtext projects have the following settings. -Xms40m -Xmx512m -XX:MaxPermSize=256m

seebi commented 11 years ago

is this issue fixed in 1.0.1? I can not reproduce that ...

nittka commented 11 years ago

I have not changed anything in 1.0.1 wrt. this issue. When building the workspace, model files (ttl) have to be instantiated e.g. for resolving the links and creating the index that is necessary for find references etc.. The internal structure of the model requires more space than just the text. If the default vm arguments are not sufficient, there will be errors...