Skip to main content

raising the MaxRequestWorkers

Comments

2 comments

  • cPanelMichael
    Hello, You can browse to "WHM " Service Configuration " Apache Configuration " Global Configuration" in order to increase the "Max Request Workers" limit. Per it's description, this directive sets the limit on the number of simultaneous requests that will be served. This interface allows up to the value of the ServerLimit setting, thus you must also increase the ServerLimit setting so it's at least the same value as the "Max Request Workers" limit. Thank you.
    0
  • kdean
    Actually for Worker and Event MPMs, MaxRequestWorkers can and should Exceed the ServerLimit because in those configurations MaxRequestWorkers is measured in threads and ServerLimit is processes where ServerLimit x ThreadsPerChild = MaxRequestWorkers. The Global Configuration interface only calculates correctly for Prefork and just gets in the way when doing Worker and Event due to it's incorrect requirement of the serverlimit. I detailed more about this and how to workaround it in this post: Using 'Global Configuration' for MPM Worker There was talk about needing a feature request for this, but it's really a bug that should be fixed. For some reason it's never acknowledged.
    0

Please sign in to leave a comment.