cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 18a860637eb637629b15af82d22e1384cca72ff2
parent b5e59398533c336ba219f114160a5308f80dad25
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 24 Jul 2023 15:47:15 +0200

disable hugepages

Diffstat:
Minfrastructure/configs/postgres-clusters.yaml | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -46,7 +46,7 @@ spec: shared_buffers: "4096 MB" work_mem: "32 MB" maintenance_work_mem: "320 MB" - huge_pages: on + huge_pages: off effective_cache_size: "11 GB" effective_io_concurrency: "150" random_page_cost: "1.5" @@ -113,12 +113,12 @@ spec: volume: size: 70Gi storageClass: nfs-client - additionalVolumes: - - name: hugepage - mountPath: /hugepages - volumeSource: - emptyDir: - medium: HugePages + # additionalVolumes: + # - name: hugepage + # mountPath: /hugepages + # volumeSource: + # emptyDir: + # medium: HugePages patroni: ttl: 30