summaryrefslogtreecommitdiffstats
path: root/etc/linux-sysctl/README.md
blob: 0c0e06dfe58c8e6b77972fc419fdbba9fa82a765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sysctl configuration to raise UDP buffer size
===================
Installation
-----------
**Please note:** When you installed syncthing using the official deb package, you can skip the copying.

Copy the file `30-syncthing.conf` to `/etc/sysctl.d/` (root permissions required).

In a terminal run
```
sudo sysctl -q --system
```
to apply the sysctl changes.


Verification
----------
You can verify that the new limit is active using
```
sysctl net.core.rmem_max
```