cancel
Showing results for 
Search instead for 
Did you mean: 

What is the recommended Ant Memory Setting for development environment

Former Member
0 Kudos

Hi, I notice the following setting empty, any recommendation on what variable setting should I apply? I am working with 16GB RAM, processor 2.2GHz Core i7 on mac.

 Ant memory settings: ${env.ANT_OPTS} //THIS ONE

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It is not empty. It is using the value of the variable, ANT_OPTS set from setantenv.sh. As you can see in this file, it is set to be 512m i.e. -Xmx512m . If you want to set it to a bigger memory, you can change this to -Xmx1G or -Xmx2G

Answers (0)