diff options
Diffstat (limited to 'system/postgresql17/rc.postgresql17.new')
-rw-r--r-- | system/postgresql17/rc.postgresql17.new | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/postgresql17/rc.postgresql17.new b/system/postgresql17/rc.postgresql17.new index a038af72fa..7b5acff1aa 100644 --- a/system/postgresql17/rc.postgresql17.new +++ b/system/postgresql17/rc.postgresql17.new @@ -6,6 +6,7 @@ # $Date$ # # Copyright 2007-2018 Adis Nezirovic <adis_at_linux.org.ba> +# Copyright 2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -43,7 +44,7 @@ PIDFILE=$DATADIR/postmaster.pid # oom-killer score # -# https://www.postgresql.org/docs/15/kernel-resources.html#LINUX-MEMORY-OVERCOMMIT +# https://www.postgresql.org/docs/17/kernel-resources.html#LINUX-MEMORY-OVERCOMMIT PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_MASTER_OOM_SCORE_ADJ=-1000 PG_CHILD_OOM_SCORE_ADJ=0 |