syncthing
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
syncthing [2020/04/19 22:11] – francesco | syncthing [2025/04/30 21:08] (current) – francesco | ||
---|---|---|---|
Line 29: | Line 29: | ||
* | * | ||
</ | </ | ||
+ | |||
+ | per esempio: | ||
+ | |||
+ | < | ||
+ | !Francesco_personale | ||
+ | * | ||
+ | </ | ||
+ | ---- | ||
+ | |||
+ | In FreeBSD è necessario modificare il numero massimo di open files aperti, per passare da questa situazione | ||
+ | |||
+ | < | ||
+ | # sysctl kern.maxfiles kern.maxfilesperproc kern.openfiles | ||
+ | kern.maxfiles: | ||
+ | kern.maxfilesperproc: | ||
+ | kern.openfiles: | ||
+ | </ | ||
+ | |||
+ | a quest' | ||
+ | |||
+ | < | ||
+ | # sysctl kern.maxfiles kern.maxfilesperproc kern.openfiles | ||
+ | kern.maxfiles: | ||
+ | kern.maxfilesperproc: | ||
+ | kern.openfiles: | ||
+ | </ | ||
+ | |||
+ | Si devono aggiungere questi parametri: | ||
+ | |||
+ | in / | ||
+ | |||
+ | < | ||
+ | kern.maxfilesperproc=1048576 | ||
+ | kern.maxvnodes=1048576 | ||
+ | kern.maxfiles=1048576 | ||
+ | kern.sched.preempt_thresh=224 | ||
+ | kern.sched.slice=3 | ||
+ | kern.sched.interact=5 | ||
+ | </ | ||
+ | |||
+ | io ho inserito solo le prime tre righe. |
syncthing.1587327119.txt.gz · Last modified: by francesco