Skip to content

Commit fab7cd4

Browse files
committed
procs=1
1 parent aa57ba3 commit fab7cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forge/actors/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async def setup(self):
253253
log_stats=None,
254254
)
255255
self._start_processing()
256-
fetcher_procs = this_host().spawn_procs(per_host={"procs": 16})
256+
fetcher_procs = this_host().spawn_procs(per_host={"procs": 1})
257257
self._fetcher_procs = fetcher_procs
258258
self.weight_fetchers = fetcher_procs.spawn("weight_fetcher", _WeightFetcher)
259259

0 commit comments

Comments
 (0)