Hi Senthil, I just followed this steps : http://stackoverflow.com/questions/13578062/how-to-increase-ide-memory-limit-in-intellij-idea-on-mac First I tried edited "ideal.vmoptions" under INTELLIJ_DIR/bin/ then rebuild it but failed with same problem. Then I copied "ideal.vmoptions" to " ~/Library/Preferences/IdeaIC15/idea.vmoptions", then modified it, still fails.
-----Original Message----- From: Senthil Kumar [mailto:senthilec...@gmail.com] Sent: Wednesday, February 24, 2016 7:06 PM To: dev@eagle.incubator.apache.org Subject: Re: build error: GC overhead limit exceeded Hi Daniel , Can you check/increase memory settings in idea.vmoptions under INTELLIJ_DIR/bin/ and try to rebuild .. Let me know if this helps.. --Senthil On Thu, Feb 25, 2016 at 6:26 AM, Daniel Zhou <daniel.z...@dataguise.com> wrote: > I just build it successfully from terminal using mvn, what I did is: > in terminal I type > $: export MAVEN_OPTS='-Xmx2048m -XX:MaxPermSize=256m' > > But I still cannot use IntelliJ to build it successfully, how can I > increase heap size in IntelliJ? > > -----Original Message----- > From: Liangfei.Su [mailto:suliang...@gmail.com] > Sent: Tuesday, February 23, 2016 6:43 PM > To: dev@eagle.incubator.apache.org > Subject: Re: build error: GC overhead limit exceeded > > Didn't see this before, based on the GC error, can you to add more mem > to the maven jvm? > > > > On Wed, Feb 24, 2016 at 9:34 AM, Daniel Zhou > <daniel.z...@dataguise.com> > wrote: > > > Hi, all > > > > I encountered the following error when building Eagle, any opinions? > > > > [INFO] Building jar: > > /Users/yan/GithubProject/DaZhou/incubator-eagle/eagle-topology-assem > > bl y/target/eagle-topology-0.3.0-assembly.jar > > Cleaning up unclosed ZipFile for archive > > /Users/yan/.m2/repository/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar > > [ERROR] GC overhead limit exceeded -> [Help 1] > > java.lang.OutOfMemoryError: GC overhead limit exceeded at > > org.codehaus.plexus.archiver.commonscompress.archivers.zip.ZipLong.g > > et > > Bytes(ZipLong.java:136) > > at > > org.codehaus.plexus.archiver.commonscompress.archivers.zip.ZipArchiv > > eO > > utputStream.writeDataDescriptor(ZipArchiveOutputStream.java:1121) > > at > > org.codehaus.plexus.archiver.commonscompress.archivers.zip.ZipArchiv > > eO > > utputStream.closeEntry(ZipArchiveOutputStream.java:512) > > at > > org.codehaus.plexus.archiver.commonscompress.archivers.zip.ZipArchiv > > eO > > utputStream.closeCopiedEntry(ZipArchiveOutputStream.java:504) > > at > > org.codehaus.plexus.archiver.commonscompress.archivers.zip.ZipArchiv > > eO > > utputStream.addRawArchiveEntry(ZipArchiveOutputStream.java:557) > > at > > org.codehaus.plexus.archiver.commonscompress.archivers.zip.ScatterZi > > pO > > utputStream.writeTo(ScatterZipOutputStream.java:116) > > at > > org.codehaus.plexus.archiver.commonscompress.archivers.zip.ParallelS > > ca > > tterZipCreator.writeTo(ParallelScatterZipCreator.java:209) > > at > > org.codehaus.plexus.archiver.zip.ConcurrentJarCreator.writeTo(Concur > > re > > ntJarCreator.java:113) > > at > > org.codehaus.plexus.archiver.zip.AbstractZipArchiver.close(AbstractZ > > ip > > Archiver.java:734) > > at > > org.codehaus.plexus.archiver.AbstractArchiver.createArchive(Abstract > > Ar > > chiver.java:1043) > > at > > org.apache.maven.plugin.assembly.archive.archiver.AssemblyProxyArchi > > ve > > r.createArchive(AssemblyProxyArchiver.java:437) > > at > > org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.cre > > at > > eArchive(DefaultAssemblyArchiver.java:181) > > at > > org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute( > > Ab > > stractAssemblyMojo.java:484) > > at > > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Defaul > > tB > > uildPluginManager.java:101) > > at > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor. > > java:209) > > at > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor. > > java:153) > > at > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor. > > java:145) > > at > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj > > ec > > t(LifecycleModuleBuilder.java:84) > > at > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj > > ec > > t(LifecycleModuleBuilder.java:59) > > at > > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedB > > ui > > ld(LifecycleStarter.java:183) > > at > > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(Lifecyc > > le > > Starter.java:161) at > > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) > > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) > > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl > > .j > > ava:57) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > > ss > > orImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) > > at > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Lau > > nc > > her.java:290) > > at > > org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.ja > > va > > :230) > > > > > > Thanks and regards, > > Daniel > > > > >