Property MaxSupportedConcurrentProcesses
- Namespace
- LMKit.Extraction.Ocr
- Assembly
- LM-Kit.NET.dll
MaxSupportedConcurrentProcesses
Gets the maximum value MaxConcurrentProcesses can take on the current host: the number of physical CPU cores, capped at 24. This is also the default value of MaxConcurrentProcesses and the ceiling to which any assigned value is clamped.
public static int MaxSupportedConcurrentProcesses { get; }