Skip to content

Commit

Permalink
Bump kernel.shmmax and kernel.shmall to 128 MB
Browse files Browse the repository at this point in the history
I can't for the life of mine figure out why PG _sometimes_ does start after reboot
and sometimes doesn't.
  • Loading branch information
michaelklishin committed Jul 5, 2011
1 parent 1195cda commit 26f8fd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
@@ -1,2 +1,2 @@
kernel.shmall = 67108864
kernel.shmmax = 67108864
kernel.shmall=134217728
kernel.shmmax=134217728
5 changes: 3 additions & 2 deletions vagrant_base/sysctl/attributes/default.rb
@@ -1,4 +1,5 @@
# 64 MB
default[:sysctl][:kernel_shmall] = 67108864
default[:sysctl][:kernel_shmall] = 134217728
# 64 MB
default[:sysctl][:kernel_shmmax] = 67108864
default[:sysctl][:kernel_shmmax] = 134217728

0 comments on commit 26f8fd1

Please sign in to comment.