=?UTF-8?B?R3J6ZWdvcnogVGHFhGN6eWs=?= writes:
> On 11/02/2013 08:47 PM, Tom Lane wrote:
>> Author: Tom Lane
>> Branch: master Release: REL9_1_BR [3e5f9412d] 2010-10-06 19:31:05 -0400
>>
>> Reduce the memory requirement for large ispell dictionaries.
> I checked this patch:
> http://www.postgresql.
On 11/02/2013 08:47 PM, Tom Lane wrote:
Author: Tom Lane
Branch: master Release: REL9_1_BR [3e5f9412d] 2010-10-06 19:31:05 -0400
Reduce the memory requirement for large ispell dictionaries.
I checked this patch:
http://www.postgresql.org/message-id/AANLkTi=4fUi1zoFMpZ==yf14rjdv_g1xgakvqmdy
=?UTF-8?B?R3J6ZWdvcnogVGHFhGN6eWs=?= writes:
> Did tsearch2 dictionary caching implementation improve after 8.3 on this
> matter?
Well, there was this:
Author: Tom Lane
Branch: master Release: REL9_1_BR [3e5f9412d] 2010-10-06 19:31:05 -0400
Reduce the memory requirement for large ispell d
On 11/02/2013 07:47 PM, John R Pierce wrote:
On 11/2/2013 11:03 AM, Grzegorz Tańczyk wrote:
Is there any way to limit total memory usage by postgres and keep
maximum connections limit? Postgresql.conf settings are default for
8.3.23. I need to have 100 connections in pool.
the size of your
On 11/2/2013 11:03 AM, Grzegorz Tańczyk wrote:
Is there any way to limit total memory usage by postgres and keep
maximum connections limit? Postgresql.conf settings are default for
8.3.23. I need to have 100 connections in pool.
the size of your connection pool shouldn't be much more than 2
Hello,
Recently I had some problem with tsearch2 in postgres 8.3. Application
was using JDBC connection pool and it was possible that each connection
from the pool used tsearch2(with dictionary) in some query. This
resulted in almost every postmaster process using >0.5g memory.
Solution of thi
Hello,
Recently I had some problem with tsearch2 in postgres 8.3. Application
was using JDBC connection pool and it was possible that each connection
from the pool used tsearch2(with dictionary) in some query. This
resulted in almost every postmaster process using >0.5g memory.
Solution of thi