Searched defs:minimumValue (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DPlatform.java619 * @param minimumValue at least this value should be returned.
624 public static int computeNumberOfThreads(int minimumValue, float cpuMultiplier) argument
627 return Math.max(minimumValue, (int)(Runtime.getRuntime().availableProcessors() * cpuMultiplier));

Completed in 110 milliseconds