私はゆっくりとdjangoを独学しており、postgres 9.2を使用しています
以前、約 2 週間前に、homebrew を介してデータベースを正常にインストールおよび作成しました。
今私がタイプするとき
postgres -D /usr/local/var/postgres
私はこの結果を得る
FATAL: could not create shared memory segment: Invalid argument
DETAIL: Failed system call was shmget(key=5432001, size=32374784, 03600).
HINT: This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter. You can either reduce the request size or reconfigure the kernel with larger SHMMAX. To reduce the request size (currently 32374784 bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.
If the request size is already small, it's possible that it is less than your kernel's SHMMIN parameter, in which case raising the request size or reconfiguring SHMMIN is called for.
The PostgreSQL documentation contains more information about shared memory configuration.
その間、 /ect/sysctl.conf のメモリ構成を変更し、変更後に再起動しましたが、それでも同じエラーが発生します。
なぜこれが起こっているのですか?それを止めるにはどうすればよいですか? (これがまったく役立つ場合は、Mac OS X Mountain lionを使用しています)