-
Notifications
You must be signed in to change notification settings - Fork 302
Postgres Tuner - Added a parameter #6858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres Tuner - Added a parameter #6858
Conversation
Added a parameter as per [DOCS-1555](https://enterprisedb.atlassian.net/browse/DOCS-1555)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good, can we also add the default parameter location file name i.e
edb=# show edb_pg_tuner.container_memory_limit_file_path;
edb_pg_tuner.container_memory_limit_file_path
-----------------------------------------------
/sys/fs/cgroup/memory/memory.limit_in_bytes
(1 row)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Small edit to American spelling
Edits to Postgres Tuner - Added a parameter #6858
What Changed?
Added a parameter as per DOCS-1555