ARTIFACTORY: What to Do When Your /opt Directory Is Full and How to Reconfigure It to Improve Performance

ARTIFACTORY: What to Do When Your /opt Directory Is Full and How to Reconfigure It to Improve Performance

AuthorFullName__c
Yonatan Brand
articleNumber
000004349
ft:sourceType
Salesforce
FirstPublishedDate
2018-11-18T14:51:08Z
lastModifiedDate
2024-03-10T07:45:27Z
VersionNumber
5

By default, in service installation, Debian/RPM and Docker installations, your Tomcat folder will be located inside of the /opt folder.

When you have a large file deployments, the $TOMCAT_HOME/temp folder will store files temporarily until the deployment is complete.
However, in such instances, if you've allocated a small partition of storage to the /opt folder, this deployment situation can trigger a disk full error.


To resolve this problem, you can create /var/opt/jfrog/artifactory/tomcat/temp folder and change
the $CATALINA_TEMPDIR environment variable to /var/opt/jfrog/artifactory/tomcat/temp. This
will allow the user to stick with the Linux native behavior and allocate less storage to the /opt folder.

Published: Nov. 18, 2018
Last updated: May 24, 2021

Keywords: Storage, Filestore