Skip to content

Commit

Permalink
Increase Tycho IDE heap space to 4 GB
Browse files Browse the repository at this point in the history
I've just experienced an Eclipse workbench out of memory error during
the initial Maven build of a newly created Oomph based Tycho IDE.
  • Loading branch information
Bananeweizen authored and laeubi committed Nov 8, 2022
1 parent 001a17d commit f6de0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/Tycho.setup
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Xmx"
value="2048m"
value="4g"
vm="true">
<description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
</setupTask>
Expand Down

0 comments on commit f6de0c4

Please sign in to comment.