BUG #15219: Increase Max Open Files issue

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: mickael(dot)lopez(at)gmail(dot)com
Subject: BUG #15219: Increase Max Open Files issue
Date: 2018-05-30 12:49:45
Message-ID: 152768458522.1285.9741940241772946200@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15219
Logged by: Michael Lopez
Email address: mickael(dot)lopez(at)gmail(dot)com
PostgreSQL version: 9.6.9
Operating system: Debian 8
Description:

Hi,

I have an issue when I try to increase Max Open Files of PostgreSQL process
(9.6.9-1 pgdg) on Debian 8 system.
I have modified /etc/security/limits.conf like that:

* - nofile 65535
postgres - nofile 112640

but when I look the process limits, It has always the default values:
...
Max open files 1024 4096 files
...

could you help me ?

Regards.

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2018-05-30 15:09:31 BUG #15220: upgrade
Previous Message Sergei Kornilov 2018-05-30 11:05:38 Re: BUG #15218: compilation of a function is correct while its execution is in error