diff --git a/server/fishtest/rundb.py b/server/fishtest/rundb.py index c723a9e9b..5998c15a7 100644 --- a/server/fishtest/rundb.py +++ b/server/fishtest/rundb.py @@ -1202,7 +1202,7 @@ def priority(run): # lower is better # Limit the number of cores. # Currently this is only done for spsa. if "spsa" in run["args"]: - limit_cores = 40000 / math.sqrt(len(run["args"]["spsa"]["params"])) + limit_cores = 200000 / math.sqrt(len(run["args"]["spsa"]["params"])) else: limit_cores = 1000000 # infinity