/etc/sysctl.d/30-postgresql-shm.conf - Ubuntu 20.04 LTS (Focal Fossa)

This is the default example configuration of 30-postgresql-shm.conf provided by PostgreSQL. This config file was generated by PostgreSQL running on Ubuntu 20.04.

It is located under: /etc/sysctl.d/30-postgresql-shm.conf

    # Shared memory settings for PostgreSQL on Linux

# The settings here are upper limits; performance is not affected if the
# settings are larger than necessary. If other programs use shared memory as
# well, you will have to coordinate the size settings between them.

# Maximum size of a single shared memory segment in bytes
#kernel.shmmax = 33554432

# Maximum total size of all shared memory segments in pages (normally 4096 bytes)
#kernel.shmall = 2097152


    
  

Config Details

Location
/etc/sysctl.d/30-postgresql-shm.conf
Operating system
Ubuntu 20.04 LTS (Focal Fossa)
Length
12 lines
MD5 checksum
9453b06c646f9033eada574154c31a9d

Usage

Download the raw file with wget or curl

Wget

wget -O 30-postgresql-shm.conf.example http://exampleconfig.com/static/raw/postgresql/ubuntu20.04/etc/sysctl.d/30-postgresql-shm.conf

cURL

curl http://exampleconfig.com/static/raw/postgresql/ubuntu20.04/etc/sysctl.d/30-postgresql-shm.conf > 30-postgresql-shm.conf.example