FYI, I got the same on Linux with JDK 1.5.0 for x86_64. Aaron
On Mon, 18 Oct 2004, Jeremy Boynes wrote: > A full build from scratch can fail with an OutOfMemoryError: PermGen on > some Windows machines possibly due to the number of classes etc loaded > during the build/test process. > > One solution to this is to increase the permanent memory with > > SET MAVEN_OPTS=-Xmx512m -XX:MaxPermGen=128m > > Incremental builds work OK. > -- > Jeremy >