---
title: Tune host system for high performance
description: ASE ships with a script to tune the host Linux operating system for handling high TCP concurrency and optimizing performance.
component: pingintelligence
version: 5.1
page_id: pingintelligence:api_security_enforcer:pingintelligence_tuning_host_system_ase
canonical_url: https://docs.pingidentity.com/pingintelligence/5.1/api_security_enforcer/pingintelligence_tuning_host_system_ase.html
revdate: May 23, 2024
---

# Tune host system for high performance

ASE ships with a script to tune the host Linux operating system for handling high TCP concurrency and optimizing performance.

To understand the tuning parameters, refer to 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

|   |                                                                                                            |
| - | ---------------------------------------------------------------------------------------------------------- |
|   | If you are installing ASE as a non-root user, run the `tune` script for your platform before starting ASE. |

The following commands are for tuning RHEL. For tuning Ubuntu, use the Ubuntu tuning scripts.

* Tune the host system

  Enter the following command in the command line:

```
/opt/pingidentity/ase/bin/tune_rhel7.sh
```

Make sure to close the current shell after running the tune script and proceeding to start ASE.

|   |                                                                                                         |
| - | ------------------------------------------------------------------------------------------------------- |
|   | If ASE is deployed in a Docker Container, run the tune script on the host system, not in the container. |

* Untune the host system

  The "untune" script brings the system back to its original state. Enter the following command in the command line:

```
/opt/pingidentity/ase/bin/untune_rhel7.sh
```

|   |                                                                 |
| - | --------------------------------------------------------------- |
|   | You should be a `root` user to run the tune and untune scripts. |
