首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >修复服务器自动关闭错误- Postgresql 8.4

修复服务器自动关闭错误- Postgresql 8.4
EN

Stack Overflow用户
提问于 2012-01-05 19:22:32
回答 1查看 1.2K关注 0票数 0

正在使用的数据库是Postgres数据库V8,每隔一个小时就会有一次服务器连接,error.The服务器会断开连接,需要重新连接。请在下面找到错误日志,并告知解决此错误的解决方案

代码语言:javascript
复制
  2012-01-05 13:28:52 CEST LOG: server process (PID 6128) was terminated by exception    0xC0000017
  2012-01-05 13:28:52 CEST HINT: See C include file "ntstatus.h" for a description of the hexadecimal value.
  2012-01-05 13:28:52 CEST LOG: terminating any other active server processes
  2012-01-05 13:28:52 CEST WARNING: terminating connection because of crash of another server process
  2012-01-05 13:28:52 CEST DETAIL:The postmaster has commanded this server process to roll  back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
  2012-01-05 13:28:52 CEST HINT:In a moment you should be able to reconnect to the database and repeat your command.
  2012-01-05 13:28:52 CEST WARNING:terminating connection because of crash of another server process
  2012-01-05 13:28:52 CEST DETAIL:The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory

提前感谢

EN

回答 1

Stack Overflow用户

发布于 2012-01-06 00:03:15

显然,状态是STATUS_NO_MEMORY,所以请查看您的服务器内存设置(shared_buffers,work_mem等人),并监控机器崩溃前后的内存使用情况(如果是正常的)。它总是与某种计划任务重合吗?

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/8741652

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档