Panfactum / stack

The Panfactum Stack
https://panfactum.com
Other
16 stars 5 forks source link

Allow configuring pg shared buffers #92

Closed wesbragagt closed 3 months ago

wesbragagt commented 3 months ago

Prior Search

What new functionality would you like to see?

I would like to be able to not only configure the memory allocated to my pg cluster but also set the shared buffers to 25% of that memory limit or whatever value fits my use case.

How would you use this new functionality?

I researched about setting this as a config map to avoid some re-deploying overhead when tweaking those values. It sounded like a good solution but I would love to know your thoughts.

wesbragagt commented 3 months ago

Given those parameters have been added to the stack already.