-
v0.1.7 Stable
released this
2026-07-07 15:50:44 +00:00 | 486 commits to main since this releaseChanged
- Concurrency raise (platform singletons). CNPG shared cluster: limits cpu 2->4 / mem 2->6Gi,
requests 250m/768Mi->500m/2Gi,shared_buffers512MB->2GB,effective_cache_size1GB->4GB,
max_connections200->400 (the shared DB was the bottleneck for every land/CI; a PgBouncer Pooler
for the real 10x is a deferred follow-up). MinIO pool requests cpu 100m->300m (x10 servers). Zot
mem limit 512Mi->1Gi (tight under concurrent onDemand-sync). Requests kept modest — worker CPU is
~66-86%% committed after the mayastor io-engine 4-core bump.
Included changes (v0.1.6 -> v0.1.7)
5344a94ae574feat(concurrency): raise CNPG (limits+max_connections 400+shared_buffers 2GB) + MinIO/Zot
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Concurrency raise (platform singletons). CNPG shared cluster: limits cpu 2->4 / mem 2->6Gi,