timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
264 stars 223 forks source link

[Bug]: Error - 128 kB is outside the valid range for parameter "maintenance_work_mem #639

Open MarkCupitt opened 11 months ago

MarkCupitt commented 11 months ago

What type of bug is this?

Configuration

What subsystems and features are affected?

Configuration

What happened?

I just ran into an issue on teh latest Helmn Chart, was getting a Patroni Startup Error

128 kB is outside the valid range for parameter "maintenance_work_mem

adding maintenance_work_mem: 64MB into teh Helm Values

  postgresql:
    parameters:
      maintenance_work_mem: 64MB

FIxed it ..

TimescaleDB version affected

2.13.0

PostgreSQL version used

pg14.6-ts2.9.1-p1

What operating system did you use?

Helm Chart

What installation method did you use?

Other

What platform did you run on?

On prem/Self-hosted

Relevant log output and stack trace

No response

How can we reproduce the bug?

It was the default install on Kubernetes so it should break out of the box
jnidzwetzki commented 11 months ago

Hello @MarkCupitt,

Thanks for reaching out. The parameter maintenance_work_mem is a PostgreSQL setting. The lowest value of this parameter is 1 MB.

It seems this problem is related to our helm charts instead of the TimescaleDB extension. Therefore, I will move this issue to the helm charts repository.