You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jan Piotrowski (JIRA)" <ji...@apache.org> on 2017/06/13 12:00:00 UTC

[jira] [Created] (CB-12916) GradleBuilder.js has hardcoded memory parameter

Jan Piotrowski created CB-12916:
-----------------------------------

             Summary: GradleBuilder.js has hardcoded memory parameter
                 Key: CB-12916
                 URL: https://issues.apache.org/jira/browse/CB-12916
             Project: Apache Cordova
          Issue Type: Improvement
          Components: cordova-android, cordova-lib
            Reporter: Jan Piotrowski


Ionic users reported having problem with the Android build process when they have biiiig projects with the error message "> Java heap space" for a long time. Recent example:
https://forum.ionicframework.com/t/packagedebug-error-java-heap-space-with-large-sqlite-db/82997

Fortunately now one user decided to jump in deep enough to figure out the problem: https://forum.ionicframework.com/t/packagedebug-error-java-heap-space-with-large-sqlite-db/82997/6

Seems like GradeBuilder.js hardcodes a memory parameter so that it is impossible to change the supplied memory any other way. 

I think I found the code in `cordova-lib`:
https://github.com/apache/cordova-lib/blob/cef2959c8843074e94448f4bfc7812d0e4748131/spec-plugman/projects/android/cordova/lib/builders/GradleBuilder.js#L59

It would be great if users could somehow change that value to be bigger that didn't include having to edit this file (re-adding the platform will lose these changes for example).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org