Changing the ABS default system memory
About this task
To change the default system memory in the abs.properties file of ABS:
Steps
-
Go to the
softwaredirectory. -
Untar the ABS binary by entering the following command:
# tar –zxvf pi-api-abs-5.0.tar.gz
-
Edit the
config/abs.propertiesfile to change the default value ofsystem_memoryto 50% of host memory.# vi pingidentity/abs/config/abs.properties
Example:
If host ABS system has 16 GB of memory, set the value to
8192MB. -
Save the file.
-
Tar the ABS binary and save it with the same file name (
pi-api-abs-5.0.tar.gz) in thesoftwaredirectory by entering the following command:# tar -czf pi-api-abs-5.0.tar.gz pingidentity/abs