2 Commits
Author SHA1 Message Date
wan ff3f6732e9 010: fix verification - compare pg_settings raw values, not SHOW output
SHOW() pretty-renders units (60s -> '1min'), which broke the post-up
check after a successful apply. Compare pg_settings.setting (base-unit
raw values) instead - rendering-proof.
2026-08-31 22:24:38 +09:00
wan e7cfa261c8 010: memory & stability tuning for 1GB e2-micro
max_connections 100->30, effective_cache_size 768MB, statement_timeout
30s, idle_in_transaction_session_timeout 60s, temp_file_limit 2GB via
conf.d drop-in; restart only when max_connections changes.
2026-08-31 22:21:53 +09:00