From 49f448fe793982905b0a763b1e6211ea6a0dcd1a Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 23 Jun 2020 09:38:36 +0200 Subject: [PATCH] updated ini settings to match latest eclipse defaults --- .../org.springframework.boot.ide.product | 5 ++--- .../org.springframework.boot.ide.product | 7 +++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e416/org.springframework.boot.ide.product b/eclipse-distribution/org.springframework.boot.ide.product.e416/org.springframework.boot.ide.product index d77712370..7fd586f56 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e416/org.springframework.boot.ide.product +++ b/eclipse-distribution/org.springframework.boot.ide.product.e416/org.springframework.boot.ide.product @@ -10,10 +10,9 @@ --launcher.defaultAction openFile -Dosgi.requiredJavaVersion=1.8 +-Dosgi.dataAreaRequiresExplicitInit=true -Xms256m --Xmx1024m --XX:+UseG1GC --XX:+UseStringDeduplication +-Xmx2048m --add-modules=ALL-SYSTEM diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e417/org.springframework.boot.ide.product b/eclipse-distribution/org.springframework.boot.ide.product.e417/org.springframework.boot.ide.product index d77712370..2220f1fb4 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e417/org.springframework.boot.ide.product +++ b/eclipse-distribution/org.springframework.boot.ide.product.e417/org.springframework.boot.ide.product @@ -9,11 +9,10 @@ -product org.springframework.boot.ide.branding.sts4 --launcher.defaultAction openFile - -Dosgi.requiredJavaVersion=1.8 + -Dosgi.requiredJavaVersion=11 +-Dosgi.dataAreaRequiresExplicitInit=true -Xms256m --Xmx1024m --XX:+UseG1GC --XX:+UseStringDeduplication +-Xmx2048m --add-modules=ALL-SYSTEM