commit | ff9c9140f4da4f14bef8c9a5955f9453d0f26c60 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Feb 07 10:39:36 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Feb 07 15:10:19 2019 +0100 |
tree | 849ec6e069213ea64da07ae06240153a97f2064d | |
parent | 980855bd953c1507ae479bf1262d4ef984830066 [diff] |
MINOR: config: make MAX_PROCS configurable at build time For some embedded systems, it's pointless to have 32- or even 64- large arrays of processes when it's known that much fewer processes will be used in the worst case. Let's introduce this MAX_PROCS define which contains the highest number of processes allowed to run at once. It still defaults to LONGBITS but may be lowered.