; Pelican overrides for the default www pool. ; The image default of pm.max_children = 5 caps the panel at five concurrent ; PHP requests. Sizing assumes roughly 64-128MB per worker; lower ; pm.max_children on very small hosts. [www] pm = dynamic pm.max_children = 15 pm.start_servers = 4 pm.min_spare_servers = 2 pm.max_spare_servers = 8 ; recycle workers periodically to guard against memory leaks pm.max_requests = 500