Code Monkey home page Code Monkey logo

Comments (5)

steffenschaefer avatar steffenschaefer commented on July 20, 2024

You can change the memory settings for all GWT related tasks (compileGwt, gwtDev, ...) with these properties:

gwt {
    minHeapSize = "512M"
    maxHeapSize = "1024M"
}

As all those tasks are JavaExec tasks you can also do this on a task level:

compileGwt {
    minHeapSize = "512M"
    maxHeapSize = "1024M"
}

As this should definitely be part of the documentation, I'll leave this issue open to track this.

from gwt-gradle-plugin.

steffenschaefer avatar steffenschaefer commented on July 20, 2024

By the way .... the default is currently "256M". That's why you should use more than "256M" if you already have out of memory errors.

from gwt-gradle-plugin.

strootman avatar strootman commented on July 20, 2024

Ah! I should have seen this when looking at the code!

Thank you.

On Tue, Jan 7, 2014 at 1:20 AM, Steffen Schäfer [email protected]:

By the way .... the default is currently "256M". That's why you should use
more than "256M" if you already have out of memory errors.


Reply to this email directly or view it on GitHubhttps://github.com//issues/15#issuecomment-31720108
.

Jonathan D Strootman

from gwt-gradle-plugin.

watho avatar watho commented on July 20, 2024

Please add this to the documentation. I've lost nearly a whole day adjusting and tuning every memory setting i've found regarding gradle, gwt, eclipse and jvm before realizing that your plugin uses his own settings.

I tried to update the documentation and will send you a pull request. I hope i've done it right. I'm entirely new to git and github.

from gwt-gradle-plugin.

steffenschaefer avatar steffenschaefer commented on July 20, 2024

This is now part of the documentation of version 0.4:
http://steffenschaefer.github.io/gwt-gradle-plugin/doc/0.4/configuration

from gwt-gradle-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.