Huge memory utilization in Apigee Management Server

Excessive memory utilization (87%) by "/opt" folder. Checked on the current running processes mentioned below - slapd, ZooKeeper, Cassandra, management-server and Apigee UI. Unable to recognize which among the current running process causes a high disk space usage.

0 1 367
1 REPLY 1

Hi @Sanjuckta Kalyanasundaram,

I noted that the filesystem mounted to /opt folder only has 99GB in total.

Cassandra alone requires minimum of 250GB hard disk space.

Refer to https://docs.apigee.com/private-cloud/v4.18.05/installation-requirements

You can run the following command to check which folders are consuming most space. It is most likely the /opt/apigee/data/apigee-cassandra directory is consuming the most space.

$ sudo -u apigee du -h /opt/apigee/

Regards,

Mark