Skip to content

Commit

Permalink
agent: Fix OOMScoreAdjust typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bersace committed Oct 28, 2022
1 parent 136565b commit 1908178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/packaging/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Group=postgres
Environment="SYSTEMD=1"
ExecStart=/usr/bin/temboard-agent -c /etc/temboard-agent/%I/temboard-agent.conf
# Increase OOM Score to ensure agent is killed before Postgres.
OOMAdjustScore=15
OOMScoreAdjust=15

[Install]
WantedBy=multi-user.target

0 comments on commit 1908178

Please sign in to comment.