Skip to content

Commit 7ee4ca3

Browse files
author
Lionel Sausin (Numérigraphe)
committed
Clearer comments in defaults
1 parent 5a949cf commit 7ee4ca3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,11 +628,11 @@ postgresql_restart_after_crash: on
628628
#------------------------------------------------------------------------------
629629
# Should we run pgtune and accept the changes it proposes?
630630
postgresql_pgtune: no
631-
# Total system memory, will attempt to detect if set to "no"
631+
# Total system memory in bytes, will attempt to detect if set to "no"
632632
postgresql_pgtune_memory: no
633633
# Database type, valid options are DW, OLTP, Web, Mixed, Desktop
634634
postgresql_pgtune_type: Mixed
635-
# Maximum number of expected connections, default depends on database type
635+
# Maximum number of expected connections, if "no", default based on db type
636636
postgresql_pgtune_connections: no
637637

638638

0 commit comments

Comments
 (0)