Files
awx/awx
Elijah DeLee 4bd6c2a804 set max dispatch workers to same as max forks
Right now, without this, we end up with a different number for max_workers than max_forks. For example, on a control node with 16 Gi of RAM,
  max_mem_capacity  w/ 100 MB/fork = (16*1024)/100 --> 164
  max_workers = 5 * 16 --> 80

This means we would allow that control node to control up to 164 jobs, but all jobs after the 80th job will be stuck in `waiting` waiting for a dispatch worker to free up to run the job.
2022-02-24 10:53:54 -05:00
..
2022-02-14 15:14:08 -05:00
2021-11-13 06:07:37 +00:00
2021-04-30 14:32:05 -04:00
2021-08-02 10:40:24 -04:00
2021-04-30 14:32:05 -04:00