Skip to content

fix: In G001, use float64 when calculating shared_buffers percentage, not int

Dmitry requested to merge dmius-g001-mem-percent-fix into master

Description

In G001, use float64 when calculating shared_buffers percentage, not int.

Related issue

Bug reported via Slack.

Examples

shared_buffers is set to 32.00 GiB, which is 50.93% of RAM, making this setting a major contributor to overall memory consumption.

Edited by Nikolay Samokhvalov

Merge request reports