Minimum of MEMORY/256 workers.

This commit is contained in:
Samuel Clay 2013-03-13 23:25:08 -07:00
parent a49f734721
commit 97fa31eed8

View file

@ -19,4 +19,4 @@ else:
workers = int(NUM_CPUS / 2)
if workers <= 2:
workers = math.floor(GIGS_OF_MEMORY / 256)
workers = math.floor(GIGS_OF_MEMORY * 1000 / 256)