Skip to content

Document the minimum and recommended resources for testing with make tests in the contributing guide #1224

@bkhomuts

Description

@bkhomuts

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions