Upping pom memory and changing zk default port to help debug; on first, no harm in letting heap grow and on second, there seems to be errant zk cluster running on hudson ... trying to see if tests generate it when run clean

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-10-13 19:45:43 +00:00
parent 0fcd520eb3
commit 7c8411d06a
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@
<configuration>
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<argLine>-enableassertions</argLine>
<argLine>-Xmx1024m</argLine>
<argLine>-Xmx1400m</argLine>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>

View File

@ -48,7 +48,7 @@ public class MiniZooKeeperCluster {
private static final int CONNECTION_TIMEOUT = 30000;
private boolean started;
private int clientPort = 21810; // use non-standard port
private int clientPort = 21818; // use non-standard port
private NIOServerCnxn.Factory standaloneServerFactory;
private int tickTime = 0;