remove -XX:MaxPermSize from maven test build on trunk (deprecated in java 8).

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2015-11-30 15:20:01 +00:00
parent c6bcc54e40
commit a649775350
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@
<reportFormat>plain</reportFormat>
<workingDirectory>${project.build.directory}/test</workingDirectory>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>-Xmx512M -XX:MaxPermSize=256M</argLine>
<argLine>-Xmx512M</argLine>
<systemPropertyVariables>
<tempDir>.</tempDir>
<java.awt.headless>true</java.awt.headless>