task.mem should be set to use jvmargs that pin the min and max heap size ------------------------------------------------------------------------
Key: LUCENE-2009 URL: https://issues.apache.org/jira/browse/LUCENE-2009 Project: Lucene - Java Issue Type: Improvement Components: contrib/benchmark Affects Versions: 2.9 Reporter: Mark Miller Priority: Minor Currently, task.mem sets the java ant task param maxmemory - there is no equivalent minmemory though. jvmargs should be used instead, and xms,xmx pinned to task.mem - otherwise, results are affected as the JVM resizes the heap. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org