Skip to content

Commit 315cd33

Browse files
authored
Update advocacy_docs/pg_extensions/pg_tuner/configuring.mdx
1 parent c516e1e commit 315cd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advocacy_docs/pg_extensions/pg_tuner/configuring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following custom GUCs control the EDB Postgres Tuner `work_mem` tuning behav
4343

4444
- `edb_pg_tuner.buffer_size` — Maximum query count for tracking statistics. The default is 5000.
4545

46-
- `edb_pg_tuner.container_memory_limit_file_path` — Specifies the path to the file that contains the memory limit set by the container runtime such as Docker or Kubernetes. This file is read by `edb_pg_tuner` to determine the maximum amount of memory available to the database process when running inside a container. Based on this limit, the tuner can generate optimized PostgreSQL configuration recommendations that are container-aware.
46+
- `edb_pg_tuner.container_memory_limit_file_path` — Specifies the path to the file that contains the memory limit set by the container runtime, such as Docker or Kubernetes. This file is read by `edb_pg_tuner` to determine the maximum amount of memory available to the database process when running inside a container. Based on this limit, the tuner can generate optimised PostgreSQL configuration recommendations that are container-aware. The file is at `/sys/fs/cgroup/memory/memory.limit_in_bytes` by default.
4747

4848
## Recommended GUCs
4949

0 commit comments

Comments
 (0)