Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [geclipse-dev] Out of memory problem when running g-Eclipse runtimefrom HEAD

Did you adjust your VM settings? This is my eclipse.ini:

-pluginCustomization
configuration\plugin_customization.ini
-showsplash
configuration
-startup
plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
--launcher.XXMaxPermSize
256m
-vmargs
-Xms40m
-Xmx512m

Note the Xms and Xmx settings which work fine for me (on a 2GB machine). Do not forget to also configure your launch configurations.

Cheers, Mathias


-----Ursprüngliche Nachricht-----
Von: geclipse-dev-bounces@xxxxxxxxxxx [mailto:geclipse-dev-bounces@xxxxxxxxxxx] Im Auftrag von Nicholas Loulloudes
Gesendet: Freitag, 5. September 2008 09:55
An: Developer mailing list
Betreff: [geclipse-dev] Out of memory problem when running g-Eclipse runtimefrom HEAD

Hi all,

I'm getting an out of memory exception when running the g-Eclipse 
runtime environment in Ganymede. The exception is thrown while Eclipse 
checks for plugin updates during startup. Anyone else facing the same 
problem??

If i disable the plugins update then the problem does not occur..

P.S I'm running Linux (Ubuntu) with 2 GB Ram...

-- 
_________________________________________________

Nicholas Loulloudes
High Performance Computing Systems Laboratory (HPCL)
University of Cyprus,
Nicosia, Cyprus

Tel:  +357-22892663
Email: loulloudes.n[at]cs.ucy.ac.cy



Back to the top