onを使用PostgreSQL 9.2
するWindows Xp(RAM 4GB)
と、データベース サービスが予期せず終了することがあります。
PostgreSQL データベースを初めて使用するので、その理由がわかりません。誰か助けてくれませんか?!
現在のバックエンド アクセス構成(pg_hba.conf)
host all all 0.0.0.0/0 trust
Postgresql.conf の設定
effective_cache_size = 131072
lc_messages = English_United States.1252
lc_monetary = English_United States.1252
lc_numeric = English_United States.1252
lc_time = English_United States.1252
listen_addresses = *
log_destination = stderr
log_line_prefix = %t
log_timezone = Asia/Calcutta
logging_collector = on
max_connections = 10000
max_files_per_process = 1000
port = 5432
restart_after_crash = on
shared_buffers = 131072
temp_buffers = 131072
TimeZone = Asia/Calcutta
work_mem = 1048576