Re: Trouble with PreparedStatement.setBinaryData or setBytes()

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Trouble with PreparedStatement.setBinaryData or setBytes()
Дата
Msg-id Pine.BSO.4.61.0509271315080.17719@leary.csoft.net
обсуждение исходный текст
Ответ на Trouble with PreparedStatement.setBinaryData or setBytes()  (Alfredo Rico <alfredorico@gmail.com>)
Ответы Re: Trouble with PreparedStatement.setBinaryData or setBytes()
Список pgsql-jdbc

On Tue, 27 Sep 2005, Alfredo Rico wrote:

> If input file (pdf, doc, png, txt whatever...) exceed 2 MB
> I have the following exception:
>
> java.lang.OutOfMemoryError: Java heap space
>

You should try upgrading to the 8.0 driver which does a much better job of
memory management and streaming data to the server.

Kris Jurka


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Trouble with PreparedStatement.setBinaryData or
Следующее
От: Alfredo Rico
Дата:
Сообщение: Re: Trouble with PreparedStatement.setBinaryData or setBytes()