HBASE-10735 [WINDOWS] Set -XX:MaxPermSize for unit tests

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1578686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2014-03-18 00:31:32 +00:00
parent 93648370fe
commit 5c2c9aa0db
1 changed files with 1 additions and 1 deletions

View File

@ -1466,7 +1466,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-enableassertions -Xmx1900m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true "-Djava.library.path=${hadoop.library.path};${java.library.path}"</argLine>
<argLine>-enableassertions -Xmx1900m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true "-Djava.library.path=${hadoop.library.path};${java.library.path}"</argLine>
<systemProperties>
<property>
<name>java.net.preferIPv4Stack</name>