Comment 1 for bug 1565752

Revision history for this message
j_king (james-agentultra) wrote :

This error can be triggered in a devstack env with:

    ```
    prlimit --pid <neutron-ovsagent pid> --nproc=70:70
    ```

Assuming you have the linux utilities package for your OS installed.

It seems that a value of at least 200 will allow the agent to continue without hitting the error.

Is there any more information about the system, configuration, etc that could help here? I'm not able to convince the agent to leak descriptors (on the master branch).