mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
The old "zulip_internal" name was from back when Zulip, Inc. had two distributions of Zulip, the enterprise distribution in puppet/zulip/ and the "internal" SAAS distribution in puppet/zulip_internal. I think the name is a bit confusing in the new fully open-source Zulip work, so we're replacing it with "zulip_ops". I don't think the new name is perfect, but it's better. In the following commits, we'll delete a bunch of pieces of Zulip, Inc.'s infrastructure that don't exist anymore and thus are no longer useful (e.g. the old Trac configuration), with the goal of cleaning the repository of as much unnecessary content as possible.
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
# Shared memory settings for PostgreSQL
|
|
|
|
# Maximum total size of shared memory in pages (normally 4096 bytes)
|
|
kernel.shmall = 172247
|
|
# Maximum size of shared memory segment in bytes
|
|
kernel.shmmax = 705523712
|
|
|
|
# These are the defaults on newer kernels
|
|
vm.dirty_ratio = 10
|
|
vm.dirty_background_ratio = 5
|
|
|