Re: OOM on large SELECT
| От | Oliver Jowett |
|---|---|
| Тема | Re: OOM on large SELECT |
| Дата | |
| Msg-id | 4AB100D7.60805@opencloud.com обсуждение исходный текст |
| Ответ на | OOM on large SELECT (Angelo Nicolosi <amenuor@hotmail.com>) |
| Ответы |
Re: OOM on large SELECT
|
| Список | pgsql-jdbc |
Angelo Nicolosi wrote: > The dmesg command says: > > Out of memory: Killed process 22592 (postgres). If you are getting OOM-kills from the kernel, that usually means you have system-wide memory exhaustion. > I wrote some C-Language functions, added on a database [...] Since the size of a JVM is roughly constant, I would guess that the problem actually lies in your C code. Alternatively your system just doesn't have enough virtual memory configured to do whatever it is you're trying to do. Add more swap. Either way, it doesn't look like a JDBC driver problem based on the information you have given. -O
В списке pgsql-jdbc по дате отправления: