Skip to content

Commit

Permalink
Feature/increase xdai mem pool size (#3471)
Browse files Browse the repository at this point in the history
* Increase xdai tx pool size to 8192

* Increase xdai memory hint
  • Loading branch information
LukaszRozmej authored Oct 5, 2021
1 parent d60315a commit f787085
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/xdai.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"GenesisHash": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756",
"BaseDbPath": "nethermind_db/xdai",
"LogFileName": "xdai.logs.txt",
"MemoryHint": 768000000
"MemoryHint": 1024000000
},
"Network": {
"DiscoveryPort": 30303,
Expand Down
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/xdai_mev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"GenesisHash": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756",
"BaseDbPath": "nethermind_db/xdai",
"LogFileName": "xdai.logs.txt",
"MemoryHint": 768000000
"MemoryHint": 1024000000
},
"Network": {
"DiscoveryPort": 30303,
Expand Down
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/xdai_pruned.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"GenesisHash": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756",
"BaseDbPath": "nethermind_db/xdai",
"LogFileName": "xdai.logs.txt",
"MemoryHint": 768000000
"MemoryHint": 1024000000
},
"Network": {
"DiscoveryPort": 30303,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"GenesisHash": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756",
"BaseDbPath": "nethermind_db/xdai",
"LogFileName": "xdai.logs.txt",
"MemoryHint": 768000000
"MemoryHint": 1024000000
},
"Network": {
"DiscoveryPort": 30303,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"GenesisHash": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756",
"BaseDbPath": "nethermind_db/xdai",
"LogFileName": "xdai_validator.logs.txt",
"MemoryHint": 768000000
"MemoryHint": 1024000000
},
"Network": {
"DiscoveryPort": 30303,
Expand Down

0 comments on commit f787085

Please sign in to comment.