Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-9037

Allow maxConn to be raised to a value above 20k

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Critical - P2 Critical - P2
    • None
    • Affects Version/s: 2.4.1
    • Component/s: Admin
    • Labels:
      None

      Allow the MaxConns threshold to be above 20k, up until the OS limit of 65k. This is a significant problem among the PHP community, that has to run a separate PHP process for each concurrent access. With the absence of connection and thread pooling, it can easily occur that the 20k limit is hit.

      Naturally, when this is changed, a warning should be printed to the user informing them of the dangers of raising the number too high. I.E. about 1 gig of memory used for every 1k connections.

            Assignee:
            mathias@mongodb.com Mathias Stearn
            Reporter:
            osmar.olivo Osmar Olivo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: