maxProcessorsUseRecommendation static method
recomendation used threads minimal 1
Implementation
static int maxProcessorsUseRecommendation() {
return math.max((Platform.numberOfProcessors - 1) / 4, 1).toInt();
}
recomendation used threads minimal 1
static int maxProcessorsUseRecommendation() {
return math.max((Platform.numberOfProcessors - 1) / 4, 1).toInt();
}