Hi Serkan, Look like it is the Google Closure Compiler that is reporting this problem.
Here’s a link to options for JVM: https://stackoverflow.com/questions/1393486/error-java-lang-outofmemoryerror-gc-overhead-limit-exceeded I don’t know if it cares if you use “G” or “g” but the article uses “g”. You can also try using -js-compiler-options to pass different options to the Google Closure Compiler, such as SIMPLE_OPTIMIZATIONS. However if you are not getting any SEVERE errors at this point, you can probably try running the bin/js-debug/index.html. In the end, you may need to break up your code into smaller sets of files via Modules. HTH, -Alex From: Serkan Taş <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Thursday, November 29, 2018 at 1:48 AM To: "[email protected]" <[email protected]> Subject: Re: Work on Emulation java.lang.OutOfMemoryError: GC overhead limit exceeded
