cancel
Showing results for 
Search instead for 
Did you mean: 

Ant memory issue during recipe installation

Former Member
0 Kudos

while installing the b2c_b2b_acc_oms recipe, the following error occured. It seems like a memory issue with ant.

Where do I increase the memory and perm size in this case?

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks to Thomas for your response.

Just for everyone's reference, I was able to solve this issue by doubling the permSize in the receipe's build.gradle file.

The initialize process took about 30 minutes to complete.

Former Member
0 Kudos

The message says, that there is an error. Not necessarily that the error is related to memory settings. Please have a look into the hybris/log/tomcat/console.log and check if hybris has written useful log statements there.

You should find the memory settings in the installer/recipes/XYZ/build.gradle file.

Kind Regards, Thomas