Skip to content

Commit

Permalink
Merge pull request #106 from multiversx/fix-p2p-config-for-seeders
Browse files Browse the repository at this point in the history
Fixed seeders p2p.toml config file
  • Loading branch information
iulianpascalau authored Feb 16, 2024
2 parents a56d6c2 + 04406ba commit 2201910
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions full-archive-seeders/p2p.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
[Node.Transports.TCP]
ListenAddress = "/ip4/0.0.0.0/tcp/%d" # TCP listen address
PreventPortReuse = true
[Node.ResourceLimiter]
Type = "default with manual scale" #available options "default autoscale", "infinite", "default with manual scale".
ManualSystemMemoryInMB = 65536 # pretend that the host running the seeder has more RAM, so it can handle more connections
ManualMaximumFD = 1048576

[Node.ResourceLimiter]
Type = "default with manual scale" #available options "default autoscale", "infinite", "default with manual scale".
ManualSystemMemoryInMB = 65536 # pretend that the host running the seeder has more RAM, so it can handle more connections
ManualMaximumFD = 1048576

# P2P peer discovery section

Expand Down
9 changes: 5 additions & 4 deletions main-seeders/p2p.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
[Node.Transports.TCP]
ListenAddress = "/ip4/0.0.0.0/tcp/%d" # TCP listen address
PreventPortReuse = true
[Node.ResourceLimiter]
Type = "default with manual scale" #available options "default autoscale", "infinite", "default with manual scale".
ManualSystemMemoryInMB = 65536 # pretend that the host running the seeder has more RAM, so it can handle more connections
ManualMaximumFD = 1048576

[Node.ResourceLimiter]
Type = "default with manual scale" #available options "default autoscale", "infinite", "default with manual scale".
ManualSystemMemoryInMB = 65536 # pretend that the host running the seeder has more RAM, so it can handle more connections
ManualMaximumFD = 1048576

# P2P peer discovery section

Expand Down

0 comments on commit 2201910

Please sign in to comment.