Troubleshooting: error when installing a patch with CI builder
When you apply a patch to the Studio using CI builder, the default /tmp or \Temp directory is used. However the extraction of the patch to the /tmp or \Temp directory could require more than 1 gigabyte of temp space. Overriding this with a Maven parameter is not possible.
If you need to change this, we suggest to create the following environment variable with the following JVM parameter:
_JAVA_OPTIONS=-Djava.io.tmpdir=<path-to-tmp-folder>
These parameter will be applied by the JVM for all Java applications started. When Talend CI builder starts the Studio, it will inherit this value.