ansible-roles/postgresql/files/postgresql.service.override.conf
Brice Waegeneire 1576375417
All checks were successful
continuous-integration/drone/push Build is passing
postgresql: Fix postgresql@.service customization
2021-01-08 14:46:38 +01:00

6 lines
166 B
Plaintext

[Service]
OOMScoreAdjust=-1000
Environment=PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj
Environment=PG_MASTER_OOM_SCORE_ADJ=-1000
Environment=PG_CHILD_OOM_SCORE_ADJ=0