Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2018-11-30 03:49:59 +0000
committerMarc-Andre Laperle2018-11-30 04:05:14 +0000
commit499cdbf01d7f48cb674046e706d92c8e5545ed16 (patch)
tree4d7a4443de25f951618f53dd2ac4ab9cd5a32013 /dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
parent8f9e8f045c11c786c48a2b11d306cc46010f8836 (diff)
downloadorg.eclipse.cdt-499cdbf01d7f48cb674046e706d92c8e5545ed16.tar.gz
org.eclipse.cdt-499cdbf01d7f48cb674046e706d92c8e5545ed16.tar.xz
org.eclipse.cdt-499cdbf01d7f48cb674046e706d92c8e5545ed16.zip
Remove JVM MaxPermSize arguments (unused since Java 8)
Change-Id: Ie33b44064429f409fa721141f14f4e519014f6aa Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
Diffstat (limited to 'dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml')
-rw-r--r--dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
index aba5a1fd24a..7dac64b0537 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
@@ -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>

Back to the top