| [news.eclipse.tools.pdt] Re: Blue Screen due to Eclipse (PDT?) |
I allocate to Eclipse default value (256m) - my eclipse.ini is without any changes:
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Xms40m
-Xmx256m
I have 2GB of RAM and 2GB of pagefile.
Of course I can chopped the string into smaller but it suprised me that Eclipse can kill OS. I copy SQL dump into Eclipse as string and than I want to edit it - but with editing that string is this big problem and error - I can not chopped this SQL dump in Eclipse due to this error - I must edit it in another editor (I think it is not the best solution).
Nick Boldt napsal(a):How much memory are you allocating to Eclipse (via eclipse.ini or commandline flags)? How big is your Windows swap file?
Is there a technical reason why you need a 100-line-long string? Could it be chopped up into smaller, more memory-friendly pieces?
Nick
Petr Suchy (xsuchy09) wrote:Hi,
I define long string (about 100 lines) in PDT and when I edit it (ctrl-c ctrl-v and other changes inside the string) blue screen of Windows Vista Business 32b happened (Memory Management Error).
I define string contents SQL queries from SQL dump like:
$string = " CREATE TABLE ..... ... ... ";
and when I edit its contents then blue screen happens (three times from three attempts). Any solution?
JDK/JRE 1.6.0_05
eclipse.buildId=M20071023-1652 org.eclipse.php_feature (1.0.2.v20080102-79-7GE7QYGHNGPGY) "PDT Plug-in"
more info in attachment (txt file)