You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using makara 0.4.1 and the (distribute_reads gem), I've had an issue where an incorrect connection spec causes a "Too many open files" error. The config in question is this:
Notice the last port spec, 5433. This is wrong, it should be 5432 as there is no server listening on 5433 on most people's developent machines here. With this incorrect port spec, two developers individually reported a "too many open files" error while running the puma webserver. Fixing the port spec fixes the too many open files error.
The text was updated successfully, but these errors were encountered:
Using makara 0.4.1 and the (distribute_reads gem), I've had an issue where an incorrect connection spec causes a "Too many open files" error. The config in question is this:
Notice the last
port
spec,5433
. This is wrong, it should be5432
as there is no server listening on5433
on most people's developent machines here. With this incorrect port spec, two developers individually reported a "too many open files" error while running the puma webserver. Fixing the port spec fixes the too many open files error.The text was updated successfully, but these errors were encountered: