Re: [HACKERS] AbortTransaction and not in in-progress state
В списке pgsql-hackers по дате отправления:
| От | Billy G. Allie |
|---|---|
| Тема | Re: [HACKERS] AbortTransaction and not in in-progress state |
| Дата | |
| Msg-id | 199806020500.BAA09496@bgalli.mug.org обсуждение |
| Ответ на | AbortTransaction and not in in-progress state (The Hermit Hacker <scrappy@hub.org>) |
| Список | pgsql-hackers |
> > Morning... > > the following is starting to get on my nerves :( The table I'm > trying to update is ~22k records, and I can't seem to get through it... > > So, my first question is *what* does this message mean? The > backend gives an error about too many open files, but there are less then > 20 process running on this machine... There are two limits on the number of open files in UNIX systems (ok, three, if your C library imposes it's own limit onthe number of FILE *), the system wide limit and the per process limit. The per process limit is usually much smallerthan the system wide limit (i.e 60 vs. 400). It is therefor possible that the backend process is running out of filehandles, even though there are plenty of file handles available on a system wide bases. I hope this helps. Billy G. Allie.
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера