GAUSS-50500 -- GAUSS-50599
GAUSS-50500: “The SWAP partition is smaller than the actual memory.”
SQLSTATE: None
Description: The swap partition size is smaller than the actual memory size.
Solution: Adjust the size of the swap partition to a value greater than the actual memory size.
GAUSS-50501: “Shared_buffers must be less than shmmax. Please check it.”
SQLSTATE: None
Description: The value of Shared_buffers must be smaller than that of shmmax.
Solution: Set the value of shmmax on all the hosts in the /etc/sysctl.conf file of the database to be greater than that of shmall. Run the /sbin/sysctl -p command to make the parameter effective, and run the command again.
GAUSS-50502: “Failed to obtain %s information.”
SQLSTATE: None
Description: Failed to obtain the swap partition or memory information.
Solution: Check whether the system is normal.