mitodl / micromasters

Portal for learners and course teams to access MITx Micromasters® programs
https://mm.mit.edu
BSD 3-Clause "New" or "Revised" License
28 stars 16 forks source link

Tune uWSGI settings based on application profile #5342

Open rhysyngsun opened 1 year ago

rhysyngsun commented 1 year ago

See my writeup on how to approach this: https://github.com/mitodl/hq/discussions/393

The current settings on xPro (workers = 3, threads = 25) is probably a good starting point for values.

NOTE: MicroMasters is an older application, it's probably going to be more difficult to do this work, so I would recommend not spending a lot of time fine-tuning the settings and instead apply some reasonable settings, monitor on newrelic, and tune further if needed.