mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Stop setting MaxPermSize.
Ignored on Java 8 which is min required version. Change-Id: Ib133bdeaccd56512e87958ec18c0865d50a9f8d7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
85bb1512f9
commit
e0616d97b0
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -26,7 +26,7 @@
|
|||
<target-platform>cdt-e4.6</target-platform>
|
||||
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.5</help-docs-eclipserun-repo>
|
||||
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git</tycho.scmUrl>
|
||||
<base.test.vmargs>-Xms256m -Xmx512m -XX:MaxPermSize=256m -ea</base.test.vmargs>
|
||||
<base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs>
|
||||
</properties>
|
||||
|
||||
<licenses>
|
||||
|
|
Loading…
Add table
Reference in a new issue