Table of Contents
< All Topics
Print

[WebUI abnormal] Insufficient stack space

Issue Description

Port 443 is reachable but webui is not able to load.


Handling Process

  1. There is a large number of core stack files in the / directory.
    file

  2. Check the command:ps -aux |grep sangfor_waf the process pid changes frequently. It can be judged that the process crashes frequently.
    file


Root Cause

  1. MGR is deployed offline, the environment stack space is set too small and the default size of ova deployment is 8192.
    file

Solution

Change the soft stack to 8192, and delete the stack files in the / directory.
Command: vi /etc/security/limits.conf
file


Suggestions

Suggest to deploy ES using the template deployment.