You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Bagas Sanjaya <ba...@gmail.com> on 2019/11/24 10:19:28 UTC

Increasing JVM Memory

Hello,

How can I increase memory allocated for JVM from gradlew script?

Bagas

-- 
An old man doll... just what I always wanted! - Clara

Re: Increasing JVM Memory

Posted by Ingo Wolfmayr <in...@wolfix.at>.
Hello,

you will find a file named "build.gradle" in the main directory of ofbiz. 

Look for the line "List jvmArguments = ['-Xms128M', '-Xmx6024M']" and change the 
values to your requirements.

Best regards
Ingo

> Hello,
> 
> How can I increase memory allocated for JVM from gradlew script?
> 
> Bagas
Am Sonntag, 24. November 2019, 11:19:28 CET schrieb Bagas Sanjaya: