[pgsql-jp: 28303] cygwin で IpcMemoryCreate エラーについて

金田 幹雄 mmmr36211 @ yahoo.co.jp
2002年 12月 13日 (金) 17:09:18 JST


はじめまして、金田と言います。

Vine2.6では、postgresがそのまま動いていますので使用して
います。
今回、cygwinでpostgresqlを動かそうとしているのですがうま
く動作しないので、質問させていただきます。

postgresql(7.3)は、cygwinのsetup.exeで、ダウンロードイン
ストールしました。
cygipcは、cygipc-1.13-2.tar.bz2をインストールしました。
次のcygwinを起動して、操作を行いました。

$ipc-daemon &
$initdb
$pg_ctl start
$createdb dbtest 

createdb dbtest としたところで、postmasterが以下のエラー
で
止まってしまいます。
shared memoryとありますの、shared_buffersを256に変更しま
したが
結果は同じでした。
どなたか、手がかりを教えていただけないでしょうか?

以上、よろしくお願いします。

----ここから$pg_ctl start後の表示---------
postmaster successfully started
LOG:  database system was shut down at 2002-12-13 16:36:24
   
LOG:  checkpoint record is at 0/83B268
LOG:  redo record is at 0/83B268; undo record is at 0/0;
shutdown TRUE
LOG:  next transaction id: 480; next oid: 16976
LOG:  database system is ready
LOG:  server process (pid 1892) was terminated by signal
11
LOG:  terminating any other active server processes
LOG:  all server processes terminated; reinitializing
shared memory and semaphores
IpcMemoryCreate: shmget(key=5432001, size=1441792, 03600)
failed: Not enough core

This error usually means that PostgreSQL's request for a
shared
memory segment exceeded available memory or swap space.
To reduce the request size (currently 1441792 bytes),
reduce
PostgreSQL's shared_buffers parameter (currently 64)
and/or
its max_connections parameter (currently 32).

The PostgreSQL Administrator's Guide contains more
information about
shared memory configuration.


__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/




pgsql-jp メーリングリストの案内