-
-
Couldn't load subscription status.
- Fork 527
Description
Problem
Minimum requirements for make tests are not specified, as a result, Postgres may fail to launch, making it impossible to test changes.
Description
I created a VM with 8 GB RAM. When I ran make test, PostgreSQL failed to start due to insufficient memory. As a result, testing failed.
The problem is because the default effective_cache_size and shared_buffers is was too high for a system with 8 GB of RAM.
After I adjusted parameters manually, PostgreSQL was able to start.
Importance
really want
Proposed implementation
Document the minimum amount of RAM required in the contributing guide.
Possibly adjust effective_cache_size and shared_buffers parameters in the testing environment to allow testing on VMs with 8 GB of RAM.