Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

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

Open
MarkCupitt opened this issue Jan 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@MarkCupitt
Copy link

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
@MarkCupitt MarkCupitt added the bug Something isn't working label Jan 3, 2024
@jnidzwetzki
Copy link

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.

@jnidzwetzki jnidzwetzki transferred this issue from timescale/timescaledb Jan 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants