tinc memory usage very high for some instances

2020-04-09 Thread Pallinger Péter
--- TL;DR --- Many of the tinc daemons in a large (~50 node) tinc network tend to hog a lot of memory (>100MB). None of our smaller tinc networks do this. As to which nodes use a lot of memory, I could not find a distinguishing factor: tinc version, OS version, kernel version, being inclu

tinc performance relatively slow

2020-05-04 Thread Pallinger Péter
--- TL;DR --- Performance seems slow (around 300-400Mbit peak). How to improve? --- The Long Version --- I tried to test tinc performance for an upcoming project that may need to use NFS over a VPN. Our current tinc network seems to be able to transmit at around 30-40 MB/s. (I us

Re: tinc performance relatively slow

2020-05-05 Thread Pallinger Péter
On Mon, 4 May 2020 18:45:19 +0200 (CEST) Sven-Haegar Koch wrote: > On Mon, 4 May 2020, Pallinger Péter wrote: > > > --- TL;DR --- > > > > Performance seems slow (around 300-400Mbit peak). > > How to improve? > > Not sure if that could be the case f

Re: tinc performance relatively slow

2020-05-07 Thread Pallinger Péter
On Tue, 5 May 2020 13:32:50 +0100 Jonathan Plews wrote: > I didn't study the internals but maybe changing DirectOnly, Forwarding > and IndirectData will have an impact on per packet performance and > speed stability by disabling some of the meshing features? I will definitely try those. > Althou