Technical Tip: Steps to disable swap on the instance
| Description | This article describes the steps that can be used to disable swap on the FortiSOAR Linux Machine. |
| Scope | FortiSOAR. |
| Solution | FortiSOAR is being hosted on Linux OS. The user can refer to the steps below to disable swap. # swapoff -a
# mount -a
Confirm the swap is disabled using the command below:
# free -gh <-- Output would show swap as 0. |
