Just adding a data point: Because of other Maven build I have to do, I always ause:
MAVEN_OPTS=-XX:MaxPermSize=500m -Xmx2000m Gary On Wed, Nov 23, 2011 at 2:14 AM, Henri Yandell <[email protected]> wrote: > I get the following when I 'mvn clean package': > > > testSpeedCheck(org.apache.commons.codec.language.bm.BeiderMorseEncoderTest): > Java heap space > > My MAVEN_OPTS are: > > -Xmx2048m -XX:MaxPermSize=128m > > Not sure if that's expected (2G felt big enough) or if I did something > wrong. > > Otherwise everything looked good. > > Hen > > On Sun, Nov 20, 2011 at 10:25 AM, Gary Gregory <[email protected]> > wrote: > > Good day to you all: > > > > I have prepared Commons Codec 1.6-RC2. > > > > The changes from RC1 are what Sebb found: > > - EOL in sources > > - Cruft from a dirty build, so I built this RC as I should have the first > > time around with: > > - mvn clean > > - mvn deploy -Prelease > > > > Tag: > > > > > https://svn.apache.org/repos/asf/commons/proper/codec/tags/commons-codec-1.6-RC2 > > > > Site: > > > > https://people.apache.org/builds/commons/codec/1.6/RC2/ > > > > Binaries: > > > > https://repository.apache.org/content/repositories/orgapachecommons-224/ > > > > [ ] +1 release it > > [ ] +0 go ahead, I cannot take the time > > [ ] -1 no, do not release it because: > > > > This VOTE is open for 72 hours, until November 23 2011, 14:00 EST. > > > > Fixed Bugs: > > o Use standard Maven directory layout. Issue: CODEC-129. Thanks to > > ggregory. > > o Documentation spelling fixes. Issue: CODEC-128. Thanks to > > [email protected]. > > o Fix various character encoding issues in comments and test cases. > Issue: > > CODEC-127. > > o ColognePhonetic Javadoc should use HTML entities for special > characters. > > Issue: CODEC-123. > > > > Changes: > > o Implement a Beider-Morse phonetic matching codec. Issue: CODEC-125. > > Thanks to Matthew Pocock. > > o Migrate to Java 5. Issue: CODEC-119. > > o Migrate to JUnit 4. Issue: CODEC-120. > > > > Heads up: the Beider-Morse encoder tests take a long time to run (5 > > minutes). The code has been optimized. > > > > Thank you, > > Gary > > > > -- > > E-Mail: [email protected] | [email protected] > > JUnit in Action, 2nd Ed: http://bit.ly/ECvg0 > > Spring Batch in Action: http://bit.ly/bqpbCK > > Blog: http://garygregory.wordpress.com > > Home: http://garygregory.com/ > > Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
