Skip to content

net.Server.listen's backlog option is no effect when use pm2 #1786

@tangxinfa

Description

@tangxinfa

My server's backlog set to 4096 when i call net.Server.listen

When start with pm2, backlog is 511(default value):

# ss -lt | grep 5170
LISTEN     0      511                     *:5170                     *:*       

If use node, backlog is 4096:

# ss -lt | grep 5170
LISTEN     0      4096                    *:5170                     *:*       

My server's node version: v0.12.7, pm2 version: 0.14.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions