Title
Create new category
Edit page index title
Edit category
Edit link
Change Component Resource Limit
To know real-time resource usage on the Pulse server, run the following command to understand resource bottlenecks or consumption by live containers:
Memory Limit
Teams can run accelo admin makeconfig command for given service having high resource usage and modify below memory (bytes) changes as per requested limit on service yml.
CPU Limit
From the official Docker documentation link, decide what options are required to limit the CPU usage and calculate the numbers for each option.
accelo binary doesn’t use the exact keys from the Docker official documentation. Use the below table to refer the exact keys that accelo uses for each key.
Docker Official | accelo specification |
|---|---|
--cpu-period | cpuPeriod |
--cpu-quota | cpuQuota |
--cpus | cpus |
--cpuset-cpus | cpusetCPUs |
--cpu-shares | cpuShares |
Example: Add the CPU limit parameters to the ad-db service
Generate the
ad-core.ymlfile if it’s NOT generated already. If it’s already exists, proceed to the next step.
Edit the above file at path on section
ad-db, look foroptsproperty inside the yaml, if not already present, Add a new properties nested inside theoptsproperty with the desired number of CPU as a value as shown below, limiting to 8 cores:
The same way if you require, you can add the other parameters like
cpuSharesetc, as listed in the previous section reference table.Make sure to use “spaces“ for indentation and NOT “tabs“. As “tabs“ won’t play well with YAML files. Save, exit the file and restart
ad-dbcontainer
Validate cpu utilisation using command:
Modify JVM memory of Elastic Search
To modify the JVM memory of Elastic container, create ad-logsearch.yml by running below command:
Add property
ES_JAVA_OPTS=-Xmx<VALUE>g -Xms<VALUE>gunder ad-elastic environment section, save the file and restart ad-elastic container
Modify JVM memory of Logstash
To modify the JVM memory of Logstash container, create ad-logsearch.yml by running below command:
Add property
LS_JAVA_OPTS=-Xmx<VALUE>g -Xms<VALUE>gunder ad-logstash environment section, save the file and restart ad-logstash container
Modify JVM memory of FS Analytics
To modify the JVM memory of FS Analytics V2 container, create ad-fsanalyticsv2-connector.yml by running below command:
Update property
JAVA_OPTS=-XX:+UseG1GC -XX:+UseStringDeduplication -Xms<VALUE>g -Xmx<VALUE>g, here value will be equivalent to 4 times the FS Image size, save the file and restart ad-fsanalyticsv2-connector:
For additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026