Skip to content

Commit dc56003

Browse files
committed
Old Sloeber product cannot be updated #1376
* Include an embedded JRE in the product * Update version numbers to 4.4.1 * Fixed all features to be root features * Updated the eclipse license to v2.0 * Fixed the malformed representation of the license * Added more memory to IDE * Increased startup memory
1 parent c175380 commit dc56003

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

io.sloeber.product/arduino.product

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ https://github.com/sloeber/arduino-eclipse-plugin/graphs/contributors
2626
--launcher.defaultAction openFile
2727
--launcher.appendVmargs
2828
</programArgs>
29-
<vmArgs>-Dxosgi.requiredJavaVersion=11
29+
<vmArgs>-Dosgi.requiredJavaVersion=11
3030
-Dorg.eclipse.update.reconcile=false
3131
-Dlog4j.configuration=log4j/log4j.xml
32-
-Xms40m
33-
-Xmx512m
32+
-Xms256m
33+
-Xmx1024m
3434
--add-modules=ALL-SYSTEM
3535
</vmArgs>
3636
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts

0 commit comments

Comments
 (0)