mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +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>
|
||||
|
||||
<launcherArgs>
|
||||
<programArgs>--launcher.XXMaxPermSize 256m -data @noDefault
|
||||
<programArgs>-data @noDefault
|
||||
</programArgs>
|
||||
<programArgsLin>--launcher.GTK_version 2
|
||||
</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.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.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="product" value="org.eclipse.cdt.debug.application.product"/>
|
||||
<booleanAttribute key="run_in_ui_thread" value="false"/>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<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>
|
||||
<includes>
|
||||
<include>**/${dsf.gdb.tests.gdbTestSuite}</include>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<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>
|
||||
<includes>
|
||||
<include>**/${dsf.gdb.tests.gdbTestSuite}</include>
|
||||
|
|
|
@ -42,13 +42,6 @@
|
|||
vm="true">
|
||||
<description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
|
||||
</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
|
||||
xsi:type="setup:ResourceCreationTask"
|
||||
excludedTriggers="STARTUP MANUAL"
|
||||
|
@ -101,7 +94,7 @@
|
|||
<setupTask
|
||||
xsi:type="setup.targlets:TargletTask"
|
||||
programArguments="-consolelog"
|
||||
vmArguments="-Xms40m -Xmx512M -XX:MaxPermSize=256m -ea">
|
||||
vmArguments="-Xms40m -Xmx512M -ea">
|
||||
<targlet
|
||||
name="CDT"
|
||||
activeRepositoryList="${eclipse.target.platform}">
|
||||
|
|
|
@ -93,7 +93,6 @@
|
|||
<launcherArgs>
|
||||
<vmArgs>-Xms40m
|
||||
-Xmx512M
|
||||
-XX:MaxPermSize=256m
|
||||
-ea</vmArgs>
|
||||
<programArgs>-consolelog</programArgs>
|
||||
</launcherArgs>
|
||||
|
|
|
@ -93,7 +93,6 @@
|
|||
<launcherArgs>
|
||||
<vmArgs>-Xms40m
|
||||
-Xmx512M
|
||||
-XX:MaxPermSize=256m
|
||||
-ea</vmArgs>
|
||||
<programArgs>-consolelog</programArgs>
|
||||
</launcherArgs>
|
||||
|
|
Loading…
Add table
Reference in a new issue