Advanced Security Additional Configurations
Tune JFrog Advanced Security resource limits (CPU, memory, ephemeral storage) via system.yaml or custom-values.yaml.
Tip
You are in Step 3 of the JFrog Advanced Security installation. For previous and next steps, refer to Installing JFrog Advanced Security
The default values for Cloud and Self-Hosted are listed below. Most customers use the default values. Contact support if you need guidance on changing the defaults. The following table summarizes additional YAML configurations you can define for JFrog Advanced Security:
Parameter | Description |
|---|---|
jobCountLimit | Specify the maximum number of advanced security jobs allowed to run concurrently. The default value is 10, which can be adjusted based on available resources. |
cpuLimit | Set the CPU limit for the JAS jobs, which depends on your data size and volume. The default is 3. |
memLimit | Define the memory limit for the JAS jobs based on your data size and volume. The default is 16Gi. |
cpuRequest | Indicate the CPU request required for JAS jobs to operate, subject to your data size and volume. The default is 1.5. |
memRequest | Specify the memory request necessary for JAS jobs to run, again depending on your data size and volume. The default is 4Gi. |
ephemeralStorageRequest | Define the minimum ephemeral storage required for JAS jobs to run. This is important for temporary data storage during processing. A recommended default is 20G. |
ephemeralStorageLimit | Set the maximum amount of ephemeral storage that JAS jobs can utilize. A standard default is 40G, which allows for buffer space during job execution. |
Example configuration for system.yaml:
contextualAnalysis:
jobCountLimit: 10
exposures:
jobCountLimit: 10
executionService:
cpuLimit: 3
memLimit: 16Gi
cpuRequest: 1.5
memRequest: 4Gi
ephemeralStorageRequest:20G
ephemeralStorageLimit:40GFor Helm installation, you can incorporate these parameters into your custom-value.yaml file as follows:
xray:
extraSystemYaml:
contextualAnalysis:
jobCountLimit: 10
exposures:
jobCountLimit: 10
executionService:
cpuLimit: 3
memLimit: 16Gi
cpuRequest: 1.5
memRequest: 4Gi
ephemeralStorageRequest:20G
ephemeralStorageLimit:40GUpdated 24 days ago
