Skip to content
Snippets Groups Projects
Verified Commit a7f021c1 authored by Michal Kucharczyk's avatar Michal Kucharczyk
Browse files

zombienet: limits testing

parent 5164be3d
No related merge requests found
Pipeline #488117 waiting for manual action with stages
in 6 minutes and 44 seconds
......@@ -22,11 +22,12 @@
"ws_port": 9944,
"prometheus_port": 9104,
"args": [
"--pool-limit=1000000000",
"--pool-limit=32",
"--pool-kbytes=10000000000",
"-lbasic-authorship=debug",
"-ltxpool=debug",
"-lsync=debug",
"-lrpc-spec-v2=debug",
"--rpc-max-subscriptions-per-connection=128000",
"--pool-type=fork-aware"
]
......@@ -37,7 +38,37 @@
"ws_port": 9945,
"prometheus_port": 9105,
"args": [
"--pool-limit=1000000000",
"--pool-limit=32",
"--pool-kbytes=10000000000",
"-lbasic-authorship=debug",
"-ltxpool=debug",
"-lsync=debug",
"--rpc-max-subscriptions-per-connection=128000",
"--pool-type=fork-aware"
]
},
{
"name": "charlie",
"validator": false,
"ws_port": 9946,
"prometheus_port": 9106,
"args": [
"--pool-limit=32",
"--pool-kbytes=10000000000",
"-lbasic-authorship=debug",
"-ltxpool=debug",
"-lsync=debug",
"--rpc-max-subscriptions-per-connection=128000",
"--pool-type=fork-aware"
]
},
{
"name": "dave",
"validator": false,
"ws_port": 9947,
"prometheus_port": 9107,
"args": [
"--pool-limit=32",
"--pool-kbytes=10000000000",
"-lbasic-authorship=debug",
"-ltxpool=debug",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment