Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
2 processes
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 14, 2017
1 parent bb005d5 commit 8a1e040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbuild/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def build_queryset(self):
page_list = PageList()
cpu_count = multiprocessing.cpu_count()
logger.debug("Pooling build on {} CPUs".format(cpu_count))
pool = ThreadPool(processes=cpu_count)
pool = ThreadPool(processes=2)
pool.map(self.build_object, page_list)


Expand Down

0 comments on commit 8a1e040

Please sign in to comment.