GENI-NSF / geni-ch

GENI clearinghouse services
Other
3 stars 6 forks source link

Too many processes and too much memory for clearinghouse on CentOS 7 #548

Closed tcmitchell closed 7 years ago

tcmitchell commented 7 years ago

When running on CentOS 7 the clearinghouse causes many httpd processes, consumes too much memory, and runs out of database connections. The ch-ssl.conf template causes WSGI to run in embedded mode instead of daemon mode, even though WSGIDaemonProcess is defined. It appears that the configuration must also define WSGIProcessGroup to cause WSGI to be launched in daemon mode.

See https://github.com/GENI-NSF/aws-transition/issues/12 for the details.