Alert Runbooks

RDSMemoryUtilization

Runbook: RDSMemoryUtilization Alert

Alert Details

Description

Alert is triggered when an RDS instance has low available memory.

Possible Causes

Troubleshooting Steps

1. Check the number of database connections

2. Reduce memory usage

  1. Reduce the maximum number of connections

Update the max_connections RDS parameter to reduce maximum number of clients

  1. Limit database connections per user

You can also reduce the maximum number of connections per PostgreSQL user using ALTER ROLE <user_to_limit> CONNECTION LIMIT <max_connection_limit_for_role>;

  1. Reduce the work_mem

3. Increase server instance type

Warning: Modifying an AWS instance generates downtime: