mirror of https://github.com/apache/lucene.git
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:
parent
c6bcc54e40
commit
a649775350
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue