On Nov 20, 4:49 pm, "David Pollak" <[EMAIL PROTECTED]> wrote: > I ran a compilation on my MacBook Pro (10.5.5 with 2GB of RAM) > > Maybe someone on the list who has a Mac and knows a fair amount about Maven > can lend some insight on how to increase the default heap size for the Maven > tasks.
So I've done some digging (caveat - I'm just as much of a Maven newbie as I am a lift newbie) and came up with this: > $ MAVEN_OPTS="-Xmx1024m -Xms512m" > $ export MAVEN_OPTS And it seems to work (or at least, the compilation makes more progress - it's still going as I type this). Paul. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
