Tuning the host system for high performance
The API Security Enforcer (ASE) ships with a script to tune the host Linux operating system for handling high TCP concurrency and optimizing performance.
About this task
To understand the tuning parameters, see the tuning script comments. When running the tuning script, changes are displayed on the console to provide insight into system modifications.
To undo system changes, run the untune
script.
You should be a If you are installing ASE as a non-root user, run the |
The following commands are for tuning RHEL. For tuning Ubuntu, use the Ubuntu tuning scripts.
Steps
-
To tune the host system:
-
In the command line, run the
tune_rhel7.sh
command.Example:
/opt/pingidentity/ase/bin/tune_rhel7.sh
If ASE is deployed in a Docker Container, run the
tune
script on the host system, not in the container. -
Close the current shell after running the
tune
script and proceeding to start ASE.
-
-
To untune the host system and bring the system back to its original state, run the
untune_rhel7.sh
command.Example:
/opt/pingidentity/ase/bin/untune_rhel7.sh