We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa57ba3 commit fab7cd4Copy full SHA for fab7cd4
src/forge/actors/generator.py
@@ -253,7 +253,7 @@ async def setup(self):
253
log_stats=None,
254
)
255
self._start_processing()
256
- fetcher_procs = this_host().spawn_procs(per_host={"procs": 16})
+ fetcher_procs = this_host().spawn_procs(per_host={"procs": 1})
257
self._fetcher_procs = fetcher_procs
258
self.weight_fetchers = fetcher_procs.spawn("weight_fetcher", _WeightFetcher)
259
0 commit comments