In the following cases, inappropriate parameter settings cause the database to be unavailable:
The maximum values of shared_buffers and max_connections are related to the DB instance physical memory. If you set these parameters inappropriately, the database will be unavailable.
max_connections value + autovacuum_max_workers value + max_worker_processes value + 1 < 8388607
Solution: