Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - qde.ini: (5 Items)
   
qde.ini  
Are there any advantages in increasing the value specified in eclipse\qde.ini.

- Mario

Re: qde.ini  
do you have out of memory problems? Or performance problems?
Re: qde.ini  
> do you have out of memory problems? Or performance problems?


Sometimes I find the Indexer abnormally slow (recreating the project solves the problem ).  However in general 
everything is ok. I was just wondering if making the argumen to  Xms and Xmx bigger could help performance in some 
scenarios.

RE: qde.ini  
Normally 512M is enough. If you are not sure about memory usage you can
monitor it enabling Window->Preferences... ->General->check Show Heap Status
It would appear at the bottom right corner. If you see memory usage close to
Max it may be better to increase it.
Re: RE: qde.ini  
> Normally 512M is enough. If you are not sure about memory usage you can
> monitor it enabling Window->Preferences... ->General->check Show Heap Status
> It would appear at the bottom right corner. If you see memory usage close to
> Max it may be better to increase it.


Perfect.  Thanks!