[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gfarm-discuss:11197] Re: connection limit exceeded



Hello again,


To deal with the "connection limit exceeded" problem,
I enlarged some default values in /var/gfarm-pgsql/postgresql.conf on
the metaserver.

shared_buffers = 10000 (default is 1000)
max_files_per_process = 10000 (default is 1000)

And I had to enlarge SHMMAX value of the Linux kernel.

# echo 134217728 > /proc/sys/kernel/shmmax
(default value is 33554432)

Restarted the gfarm-pgsql daemon, and now I didn't encounter the
problem.
Thank you for your suggestion. > Tatebe-san