mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +00:00
c1d06d9501
* Provide a sysctl config to raise max UDP buffer size * Add sysctl config to deb * Check if `deb-systemd-invoke` is available Co-authored-by: otbutz <tbutz@optitool.de>
22 lines
468 B
Markdown
22 lines
468 B
Markdown
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
|
|
```
|