FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
jhimanshu
Staff
Staff
Article Id 419977
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
# cp -a /etc/fstab /home/csadmin/fstab.bkp
# vi /etc/fstab


Locate the line containing the swap entry, add a '#' at the beginning to comment it out, and then save the file using: wq!.

 

# mount -a
# systemctl daemon-reload

 

Confirm the swap is disabled using the command below:

 

# free -gh       <-- Output would show swap as 0.