When exporting a folder from the server using policy plugin I am getting the following error:
Expiring Daemon because JVM Tenured space is exhausted
> Task :export FAILED
This error is coming after 8-9 minutes running the export .
Whereas when I am exporting the same from local machine it is working fine within 40 seconds.
Release : 10.0
Component : API GATEWAY
The default memory in the gradle config is set 64mb which is to low for larger exports
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
Update the gradle.properties and increase the memory size