Skip to content

Commit

Permalink
rcmgr: increase default connection memory limit to 32 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Sep 6, 2022
1 parent 11279c6 commit 99eb474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/host/resource-manager/limit_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ var DefaultLimits = ScalingLimitConfig{
ConnsOutbound: 1,
Conns: 1,
FD: 1,
Memory: 1 << 20,
Memory: 32 << 20,
},

StreamBaseLimit: BaseLimit{
Expand Down

0 comments on commit 99eb474

Please sign in to comment.