Files
mostlymatter/model
Agniva De Sarker 7c1b8cd937 MM-43733: Set concurrency limits via configuration (#20413)
```release-note
We create a new config option MaxImageDecoderConcurrency which
indicates how many images can be decoded concurrently at once.

The default is -1 which means number of CPUs present.

This affects the total memory consumption of the server. The
maximum memory of a single image is dictated by MaxImageResolution * 24 bytes.
Therefore, a good rule of thumb to follow is that MaxImageResolution
* MaxImageDecoderConcurrency * 24 should be less then the allocated memory for
image decoding.
```

https://mattermost.atlassian.net/browse/MM-43733
2022-06-11 00:24:46 +05:30
..
2021-07-21 16:38:39 +02:00
2021-07-21 16:38:39 +02:00
2022-04-07 13:58:40 -04:00
2022-05-31 16:25:46 +05:30
2021-07-21 16:38:39 +02:00
2022-02-17 12:34:39 -05:00
2022-02-17 12:34:39 -05:00