Browse Source

Merge d65a855dee into 7599b72720

pull/4/merge
Amit Nir 3 years ago
committed by GitHub
parent
commit
be27f11936
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      POSTGRES.md

+ 3
- 2
POSTGRES.md View File

@ -37,6 +37,7 @@ Add DB user and grant privileges
sudo su - postgres -c psql
CREATE USER kamailio WITH PASSWORD 'kamailio';
GRANT ALL privileges on database kamailio to kamailio;
\q
```
Modify default postgres authentication to allow kamailio access
```
@ -86,10 +87,10 @@ vi /etc/sysconfig/kamailio
#
# Amount of shared memory to allocate for the running Kamailio server (in Mb)
#SHM_MEMORY=64
SHM_MEMORY=512
# Amount of per-process (package) memory to allocate for Kamailio (in Mb)
#PKG_MEMORY=4
PKG_MEMORY=64
# Enable the server to leave a core file when it crashes.
# Set this to 'yes' to enable kamailio to leave a core file when it crashes


Loading…
Cancel
Save