Increasing JVM Memory

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Increasing JVM Memory

Bagas Sanjaya
Hello,

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

Bagas

--
An old man doll... just what I always wanted! - Clara
Reply | Threaded
Open this post in threaded view
|

Re: Increasing JVM Memory

iwolf
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: