From: Bradley Sepos Date: Tue, 24 May 2016 20:58:32 +0000 (-0400) Subject: build: Increase max logical CPU cores to 64. X-Git-Tag: 1.0.0~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12ffa792a5ec30ae3c2b0b90f18ce6d80d3cfd1b;p=handbrake build: Increase max logical CPU cores to 64. --- diff --git a/make/configure.py b/make/configure.py index 0b9050ec8..7ef88977e 100644 --- a/make/configure.py +++ b/make/configure.py @@ -617,8 +617,8 @@ class CoreProbe( Action ): ## clamp if self.count < 1: self.count = 1 - elif self.count > 32: - self.count = 32 + elif self.count > 64: + self.count = 64 if options.launch: if options.launch_jobs == 0: