Tagged Questions
1
vote
0answers
20 views
High shmmax value in Redhat 6.3
We are using Redhat 6.3 with 30G RAM to host our Postgres server.
The (default) shmmax value is 68,719,476,736
In some forums I have read that having an shmmax value larger than the RAM causes ...
3
votes
3answers
9k views
How to set shmall, shmmax, shmni, etc … in general and for postgresql
I've used the documentation from PostgreSQL to set it for example this config:
>>> cat /proc/meminfo
MemTotal: 16345480 kB
MemFree: 1770128 kB
Buffers: 382184 kB
...
1
vote
3answers
5k views
shmmax setting in sysctl.conf not taking effect
We are running RHEL 4 Update 6 and I am going through an Oracle installation. As per the Oracle Installation Guide I am trying to update the shmmax value. As per the guide I have added the following ...