1sysctl configuration to raise UDP buffer size
2===================
3Installation
4-----------
5**Please note:** When you installed syncthing using the official deb package, you can skip the copying.
6
7Copy the file `30-syncthing.conf` to `/etc/sysctl.d/` (root permissions required).
8
9In a terminal run
10```
11sudo sysctl -q --system
12```
13to apply the sysctl changes.
14
15
16Verification
17----------
18You can verify that the new limit is active using
19```
20sysctl net.core.rmem_max
21```
22