Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add metric for measuring PumaWorkerKiller activity | Jan Provaznik | 2019-06-10 | 1 | -1/+0 |
| | | | | | | PumaWorkerKiller is used for periodically checking and killing workers (the biggest one) if overall memory reaches specified limit. This metric allows us to watch number of killed workers. | ||||
* | Add experimental support for Pumaan-multithreading | Andrew Newdigate | 2018-10-25 | 1 | -0/+77 |
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value. |