Artifactory 7.x:

ARTIFACTORY: How to add additional JVM arguments to Artifactory?

AuthorFullName__c
Nir Shervi
articleNumber
000005371
ft:sourceType
Salesforce
FirstPublishedDate
2022-08-14T08:50:08Z
lastModifiedDate
2025-05-15
VersionNumber
3
1. Edit the $JFROG_HOME/artifactory/var/etc/system.yaml file and add/modify:
Shared:
## Java 11 distribution to use    
#javaHome: "JFROG_HOME/artifactory/app/third-party/java"
## Extra Java options to pass to the JVM.
#Edit the values of the Xms and Xmx. If the extraJavaOpts property does not already exist, it should be added
#extraJavaOpts: "-Xms512m -Xmx4g"
2. Restart Artifactory.