Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtcsngr committed Nov 1, 2023
2 parents 895b02e + 23b7842 commit 020fd59
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ LIST OF CHANGES
instruments well after the run was mirrored and the runfolder moved to
'analysis'). The duplicate runfolder in 'incoming' is disregarded'.

release 97.0.1
- update httpd.conf with new values for mpm event

release 97.0.0
- Change CI workflow to standard file name
- Change to Perl versions from Perlbrew
Expand Down
19 changes: 12 additions & 7 deletions wtsi_local/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,18 @@ Group ${APACHE_RUN_GROUP}
</IfModule>

<IfModule mpm_event_module>
StartServers 5
MinSpareThreads 5
MaxSpareThreads 10
ServerLimit 50
ThreadsPerChild 1
MaxRequestWorkers 50
MaxConnectionsPerChild 50
KeepAlive On
KeepAliveTimeout 5
MaxKeepAliveRequests 128

ServerLimit 15
StartServers 5
ThreadLimit 128
ThreadsPerChild 128
MaxRequestWorkers 1280
MinSpareThreads 256
MaxSpareThreads 512
MaxConnectionsPerChild 2048
</IfModule>


Expand Down

0 comments on commit 020fd59

Please sign in to comment.