mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Remove JVM MaxPermSize arguments (unused since Java 8)
Change-Id: Ie33b44064429f409fa721141f14f4e519014f6aa Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
This commit is contained in:
parent
8f9e8f045c
commit
499cdbf01d
7 changed files with 5 additions and 14 deletions
|
@ -14,7 +14,7 @@
|
||||||
</configIni>
|
</configIni>
|
||||||
|
|
||||||
<launcherArgs>
|
<launcherArgs>
|
||||||
<programArgs>--launcher.XXMaxPermSize 256m -data @noDefault
|
<programArgs>-data @noDefault
|
||||||
</programArgs>
|
</programArgs>
|
||||||
<programArgsLin>--launcher.GTK_version 2
|
<programArgsLin>--launcher.GTK_version 2
|
||||||
</programArgsLin>
|
</programArgsLin>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -clean"/>
|
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -clean"/>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.cdt.debug.application.tests"/>
|
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.cdt.debug.application.tests"/>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
|
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m -Xmx512M -XX:MaxPermSize=256m"/>
|
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m -Xmx512M"/>
|
||||||
<stringAttribute key="pde.version" value="3.3"/>
|
<stringAttribute key="pde.version" value="3.3"/>
|
||||||
<stringAttribute key="product" value="org.eclipse.cdt.debug.application.product"/>
|
<stringAttribute key="product" value="org.eclipse.cdt.debug.application.product"/>
|
||||||
<booleanAttribute key="run_in_ui_thread" value="false"/>
|
<booleanAttribute key="run_in_ui_thread" value="false"/>
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
<version>${tycho-version}</version>
|
<version>${tycho-version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useUIHarness>false</useUIHarness>
|
<useUIHarness>false</useUIHarness>
|
||||||
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -Dcdt.tests.dsf.gdb.path=${dsf.gdb.tests.gdbPath} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier} -Dcdt.tests.dsf.gdb.versions=${cdt.tests.dsf.gdb.versions}</argLine>
|
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -Dcdt.tests.dsf.gdb.path=${dsf.gdb.tests.gdbPath} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier} -Dcdt.tests.dsf.gdb.versions=${cdt.tests.dsf.gdb.versions}</argLine>
|
||||||
<appArgLine>-debug ./dsf.debug.options</appArgLine>
|
<appArgLine>-debug ./dsf.debug.options</appArgLine>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/${dsf.gdb.tests.gdbTestSuite}</include>
|
<include>**/${dsf.gdb.tests.gdbTestSuite}</include>
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
<version>${tycho-version}</version>
|
<version>${tycho-version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useUIHarness>false</useUIHarness>
|
<useUIHarness>false</useUIHarness>
|
||||||
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -Dcdt.tests.dsf.gdb.path=${dsf.gdb.tests.gdbPath} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier} -Dcdt.tests.dsf.gdb.versions=${cdt.tests.dsf.gdb.versions}</argLine>
|
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -Dcdt.tests.dsf.gdb.path=${dsf.gdb.tests.gdbPath} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier} -Dcdt.tests.dsf.gdb.versions=${cdt.tests.dsf.gdb.versions}</argLine>
|
||||||
<appArgLine>-debug ./dsf.debug.options</appArgLine>
|
<appArgLine>-debug ./dsf.debug.options</appArgLine>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/${dsf.gdb.tests.gdbTestSuite}</include>
|
<include>**/${dsf.gdb.tests.gdbTestSuite}</include>
|
||||||
|
|
|
@ -42,13 +42,6 @@
|
||||||
vm="true">
|
vm="true">
|
||||||
<description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
|
<description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
|
||||||
</setupTask>
|
</setupTask>
|
||||||
<setupTask
|
|
||||||
xsi:type="setup:EclipseIniTask"
|
|
||||||
option="-XX:MaxPermSize="
|
|
||||||
value="256m"
|
|
||||||
vm="true">
|
|
||||||
<description>Set the perm size needed to work with the projects of ${scope.project.label}</description>
|
|
||||||
</setupTask>
|
|
||||||
<setupTask
|
<setupTask
|
||||||
xsi:type="setup:ResourceCreationTask"
|
xsi:type="setup:ResourceCreationTask"
|
||||||
excludedTriggers="STARTUP MANUAL"
|
excludedTriggers="STARTUP MANUAL"
|
||||||
|
@ -101,7 +94,7 @@
|
||||||
<setupTask
|
<setupTask
|
||||||
xsi:type="setup.targlets:TargletTask"
|
xsi:type="setup.targlets:TargletTask"
|
||||||
programArguments="-consolelog"
|
programArguments="-consolelog"
|
||||||
vmArguments="-Xms40m -Xmx512M -XX:MaxPermSize=256m -ea">
|
vmArguments="-Xms40m -Xmx512M -ea">
|
||||||
<targlet
|
<targlet
|
||||||
name="CDT"
|
name="CDT"
|
||||||
activeRepositoryList="${eclipse.target.platform}">
|
activeRepositoryList="${eclipse.target.platform}">
|
||||||
|
|
|
@ -93,7 +93,6 @@
|
||||||
<launcherArgs>
|
<launcherArgs>
|
||||||
<vmArgs>-Xms40m
|
<vmArgs>-Xms40m
|
||||||
-Xmx512M
|
-Xmx512M
|
||||||
-XX:MaxPermSize=256m
|
|
||||||
-ea</vmArgs>
|
-ea</vmArgs>
|
||||||
<programArgs>-consolelog</programArgs>
|
<programArgs>-consolelog</programArgs>
|
||||||
</launcherArgs>
|
</launcherArgs>
|
||||||
|
|
|
@ -93,7 +93,6 @@
|
||||||
<launcherArgs>
|
<launcherArgs>
|
||||||
<vmArgs>-Xms40m
|
<vmArgs>-Xms40m
|
||||||
-Xmx512M
|
-Xmx512M
|
||||||
-XX:MaxPermSize=256m
|
|
||||||
-ea</vmArgs>
|
-ea</vmArgs>
|
||||||
<programArgs>-consolelog</programArgs>
|
<programArgs>-consolelog</programArgs>
|
||||||
</launcherArgs>
|
</launcherArgs>
|
||||||
|
|
Loading…
Add table
Reference in a new issue