how should I set the shm* values in Mac Os X 10.5.6 Leopard in a persistent manner?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
put this
on this file /etc/sysctl.conf and then reboot. to verify run this command
and it should give 524288000 |
|||
|
|
|
(from: http://willbryant.net/software/mac_os_x/postgres_initdb_fatal_shared_memory_error_on_leopard) One wat to fix it is to run:
and then run the initdb command. To persist the changes you need to edit/create the file
|
|||
|
|
|
What do you get when you run 'sysctl -p' ? does it load your settings from /etc/sysctl.conf? What file is listed as default when you do 'sysctl --help' ? |
|||
|