Skip to content

Commit c8ef482

Browse files
committed
documentation: added note about pg_buffercache overhead
1 parent 24299ca commit c8ef482

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/tools.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,16 @@ Bootstrap Mamonsu. This command can take the following options:
7272
        Specify a non-privileged user that will own all Mamonsu processes.
7373
7474
**-x/--create-extensions**
75-
        Creates additional extensions (currently, pg_buffercache).
75+
        Creates additional extensions (currently, pg_buffercache).
76+
>**_NOTE:_** *pg_buffercache* can sometimes generate overhead compared to the common behavior of other objects. To avoid this you can `SET work_mem` on *database* or *mamonsu user* level, but be careful not to affect other objects performance.
7677
7778
**-c/--config**
7879
        Specify mamonsu config file.
7980
        Default = '/etc/mamonsu/agent.conf'
8081
        *mamonsu bootstrap* gets info about mamonsu default database from config file.
8182
8283
**connection_options**
83-
        Provide optional command-line connection parameters.
84+
        Provide optional command-line connection parameters.
8485
8586
## export
8687
Syntax:

0 commit comments

Comments
 (0)