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 3dece7f commit 738f197Copy full SHA for 738f197
test-vine-task-throughput.py
@@ -19,6 +19,12 @@ def main():
19
factory = vine.Factory("local", manager_host_port="localhost:{}".format(q.port))
20
factory.max_workers = 1
21
factory.min_workers = 1
22
+ factory.cores = 1
23
+ factory.memory = 2000
24
+ factory.disk = 2000
25
+ factory.debug_file = "stderr"
26
+ factory.debug = "all"
27
+ factory.extra_options = "--transfer-port=9123:9199"
28
29
num_tasks = 1000
30
0 commit comments