Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-10-11 16:28:31 +0000
committerAlexander Kurtakov2017-10-11 16:28:31 +0000
commitb5eac1198dfb6644d86cfcc2e442c93899766274 (patch)
treeaab5bdeef1874319e7af6fdd4ac5fc73cd6a6532
parent0084dbf0e82b582071c3939565da2d264ea833d2 (diff)
downloadrt.equinox.p2-b5eac1198dfb6644d86cfcc2e442c93899766274.tar.gz
rt.equinox.p2-b5eac1198dfb6644d86cfcc2e442c93899766274.tar.xz
rt.equinox.p2-b5eac1198dfb6644d86cfcc2e442c93899766274.zip
Remove deprecated -XX:MaxPermSize from replication launch config.
Change-Id: I965cc1150909bfcaff4e5a8a7594b1a8ae027960 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.importexport/P2 Replication.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.importexport/P2 Replication.launch b/bundles/org.eclipse.equinox.p2.ui.importexport/P2 Replication.launch
index 4042176a4..9dfebe17c 100644
--- a/bundles/org.eclipse.equinox.p2.ui.importexport/P2 Replication.launch
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/P2 Replication.launch
@@ -17,7 +17,7 @@
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-console"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XX:MaxPermSize=256m&#13;&#10;-Declipse.p2.profile=SDKProfile&#13;&#13;&#10;-Declipse.p2.data.area=${target_home}/p2"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Declipse.p2.profile=SDKProfile&#13;&#13;&#10;-Declipse.p2.data.area=${target_home}/p2"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="org.eclipse.platform.ide"/>
<booleanAttribute key="show_selected_only" value="false"/>

Back to the top