Sync last changes

This commit is contained in:
2025-07-09 14:31:11 -04:00
parent cf3811c98f
commit 1378d8a38e
23 changed files with 4051 additions and 8 deletions

18
utils/db.txt Normal file
View File

@ -0,0 +1,18 @@
/var/opt/rh/rh-postgresql10/lib/pgsql/data/postgresql.conf
----------------------------------------------------------
log_autovacuum_min_duration = '0'
log_checkpoints = 'True'
log_connections = 'True'
log_disconnections = 'True'
log_line_prefix = '%m [%r] [%p]: [l-%l] user=%u,db=%d,app=%a,e=%e, prcstm=%s '
log_lock_waits = 'True'
log_min_duration_statement = 900
max_connections = 512
shared_buffers = 4800MB
work_mem = 8MB
maintenance_work_mem = 600MB
effective_cache_size = 12000MB
select * from pg_settings where name like 'autovacuum%';