Re: BUG #14101: Postgres Service Crashes With Memory Error And Does Not Recover
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #14101: Postgres Service Crashes With Memory Error And Does Not Recover |
| Дата | |
| Msg-id | 25458.1461124620@sss.pgh.pa.us обсуждение |
| Ответ на | BUG #14101: Postgres Service Crashes With Memory Error And Does Not Recover (nathanmascitelli@geotab.com) |
| Ответы |
Re: BUG #14101: Postgres Service Crashes With Memory Error And
Does Not Recover
|
| Список | pgsql-bugs |
nathanmascitelli@geotab.com writes: > I am running Postgres 9.4 on Windows Server 2012. I have had postgres crash > a few times with the following error: > FATAL: could not reattach to shared memory (key=00000000000000D0, > addr=00000001405E0000): error code 1455 Hm, that's an odd one. According to https://msdn.microsoft.com/en-us/library/windows/desktop/ms681385(v=vs.85).aspx that is ERROR_COMMITMENT_LIMIT 1455 (0x5AF) The paging file is too small for this operation to complete. which suggests that this is a resource-exhaustion type of problem. How many backend processes are you trying to run concurrently, and what else is running on the machine? regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера