Skip to content

Commit

Permalink
doc: fix typo in buffer size
Browse files Browse the repository at this point in the history
fixes #1155
  • Loading branch information
rfaircloth-splunk committed Jul 13, 2021
1 parent a24eaf7 commit 6c9d46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting/troubleshoot_SC4S_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ The kernel refused to set the receive buffer (SO_RCVBUF) to the requested size,
Make changes to /etc/sysctl.conf. Changing receive buffer values here to 16 MB:

```
net.core.rmem_default = 1703936
net.core.rmem_max = 1703936.
net.core.rmem_default = 17039360
net.core.rmem_max = 17039360
```
Run following commands for changes to be affected.
```
Expand Down

0 comments on commit 6c9d46f

Please sign in to comment.