How to enable GC? #5592
Unanswered
johngcrowley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setup: Running Neon locally via docker
Note: not the
docker-compose
quickstart. Supplying config values to Neon and Neon compute node containers.What works:
pageserver.toml
[tenant_config]
to.neon/tenants/<tenant_id>/config
withgc_horizon
,gc_period
,pitr_interval
values.What doesn't:
.neon/tenants/<tenant_id>/
. Nothing removes them. Tried settingpitr_interval
,gc_period
, andgc_horizon
low, as noted here[disk_usage_based_eviction]
to mypageserver.toml
file as well, but nothing gets resolved.Needs:
disk_usage_based_eviction
feature?I am loving this product and have gratitude for this software. I want to be able to run it in production environment.
Beta Was this translation helpful? Give feedback.
All reactions