File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,20 @@ usrp_update_fs -t v4.4.0.0
163163ssh-keygen -f " $HOME /.ssh/known_hosts" -R " x410-0"
164164ssh root@x410-0
165165mender commit
166+
167+
168+ ` ` ` shell
169+ [WARNING] [UDP] The recv buffer could not be resized sufficiently.
170+ Target sock buff size: 2500000 bytes.
171+ Actual sock buff size: 212992 bytes.
172+ See the transport application notes on buffer resizing.
173+ Please run: sudo sysctl -w net.core.rmem_max=2500000
174+
175+ [WARNING] [UDP] The send buffer could not be resized sufficiently.
176+ Target sock buff size: 2500000 bytes.
177+ Actual sock buff size: 212992 bytes.
178+ See the transport application notes on buffer resizing.
179+ Please run: sudo sysctl -w net.core.wmem_max=2500000
166180` ` `
167181
168182# ## References
You can’t perform that action at this time.
0 commit comments