HEADS-project / training

Training material to get started with the HEADS technologies
10 stars 16 forks source link

Warning when running HEADS IDE in Windows #5

Closed kgiannakakisATC closed 9 years ago

kgiannakakisATC commented 9 years ago

The following warnings appear, when I run Eclipse HEADS IDE for the first time:

heads_ide_messages

It seems to be safe to ignore them, but it would be nice this to be documented.

skorsky commented 9 years ago

Looks like the HEADS IDE is running on a machine with small memory. eclipse.ini has -Xmx1024m configured, but it grabs only 910Mb as the diagnostics shows.

kgiannakakisATC commented 9 years ago

My machine has 8GB RAM. I will try to provide more info for this. Feel free to close the issue though.

brice-morin commented 9 years ago

This is also related to HEADS-project/heads_ide#26

We probably should not include Scala (and Python, etc) by default in the HEADS IDE and let users install it if they need it.

brice-morin commented 9 years ago

A minimal version of the HEADS IDE has been created, which should solve this issue

skorsky commented 9 years ago

Hi Brice, where can I find this minimal version of the HEADS IDE? The latest Jenkins build for the HEADS IDE is dated Dec. 16.

brice-morin commented 9 years ago

Hi, I will try to find the link and update the doc. But Olivier can probably find it way faster.


De : skorsky [notifications@github.com] Envoyé : vendredi 16 janvier 2015 13:15 À : HEADS-project/training Cc : Brice Morin Objet : Re: [training] Warning when running HEADS IDE in Windows (#5)

Hi Brice, where can I find this minimal version of the HEADS IDE? The latest Jenkins build for the HEADS IDE is dated Dec. 16.

— Reply to this email directly or view it on GitHubhttps://github.com/HEADS-project/training/issues/5#issuecomment-70245923.

brice-morin commented 9 years ago

it is here: http://coreff5.istic.univ-rennes1.fr/jenkins/job/headside/ws/products.minimal/target/products/

skorsky commented 9 years ago

That's the link I know.

Which build solved the issue?