diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/configure.py | 4 |
1 files changed, 2 insertions, 2 deletions
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: |