On Feb 18, 2012, at 11:34 AM, Alan D. Cabrera wrote: > That does not work for me either. If no one else gets this I suspect that > I'll have to bring out YourKit...
Try this command to paste your memory settings just to make sure they've taken effect: mvn clean install -DfailIfNoTests=false -Dtest=MemorySettingsTest | grep -i memory Here's what I get (trimmed): maxMemory = 265093120 freeMemory = 76332528 totalMemory = 85000192 Also: $ export | grep MAVEN declare -x MAVEN_HOME="/usr/local/maven" declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m" $ mvn -v Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800) Maven home: /usr/share/maven Java version: 1.6.0_26, vendor: Apple Inc. Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home Default locale: en_US, platform encoding: MacRoman OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac" -David > On Feb 17, 2012, at 12:02 PM, dsh wrote: > >> these are the BB Win Sun JDK settings: >> >> MAVEN_OPTS=-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m >> -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError >> -XX:HeapDumpPath=C:\slave4\openejb-trunk-win\dumps >> >> On Fri, Feb 17, 2012 at 8:27 PM, David Blevins <[email protected]> >> wrote: >>> >>> On Feb 17, 2012, at 9:43 AM, Alan D. Cabrera wrote: >>> >>>> The compile error is now fixed. >>>> >>>> I'm getting an OOM error now. >>>> >>>> http://pastie.org/3402767 >>>> >>> >>> I have my memory settings pretty high due to the Geronimo build. Not sure >>> how much we actually need. Here's my setting: >>> >>> declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m" >>> >>> >>> -David >>> >>>> >>>> On Feb 17, 2012, at 7:29 AM, Romain Manni-Bucau wrote: >>>> >>>>> Did you update trunk? >>>>> >>>>> Le 17 févr. 2012 16:28, "Alan D. Cabrera" <[email protected]> a écrit : >>>>> >>>>>> >>>>>> On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote: >>>>>> >>>>>>> FYI it is a regression in OWB. >>>>>>> >>>>>>> i sent it to the OWB list >>>>>> >>>>>> I get a compiler error. They changed access to a public static >>>>>> threadlocal. Does anyone else get the same error? >>>>>> >>>>>> >>>>>> Regards, >>>>>> Alan >>>>>> >>>> >>> >
