solve_network: Slightly increase requested memory
Encountered out-of-memory kills for the 512_lc networks.
This commit is contained in:
parent
8c9e650feb
commit
c5b093380b
@ -215,7 +215,7 @@ def memory(w):
|
|||||||
if w.clusters.endswith('m'):
|
if w.clusters.endswith('m'):
|
||||||
return int(factor * (18000 + 180 * int(w.clusters[:-1])))
|
return int(factor * (18000 + 180 * int(w.clusters[:-1])))
|
||||||
else:
|
else:
|
||||||
return int(factor * (10000 + 190 * int(w.clusters)))
|
return int(factor * (10000 + 195 * int(w.clusters)))
|
||||||
# return 4890+310 * int(w.clusters)
|
# return 4890+310 * int(w.clusters)
|
||||||
|
|
||||||
rule solve_network:
|
rule solve_network:
|
||||||
|
Loading…
Reference in New Issue
Block a user