Re: /proc/sys/net/core/optmem_max on armv7l

2018-01-15 Thread Florian Weimer
* Björn 'besser82' Esser: > I just checked and found `unsigned long` to be 32 bits on %{arm}, > only. All other arches (even %{ix86}) have it set to 64 bits. Huh? I'm not aware of *any* vaguely Linux-compatible 32-bit architecture which has 64-bit longs (unsigned or signed). ___

Re: /proc/sys/net/core/optmem_max on armv7l

2018-01-15 Thread Björn 'besser82' Esser
Am Montag, den 15.01.2018, 08:42 -0800 schrieb Laura Abbott: > On 01/11/2018 06:17 PM, Peter Robinson wrote: > > > I just noticed, there is a difference in the default value of > > > `/proc/sys/net/core/optmem_max` on armv7l: > > > > > > On all arches

Re: /proc/sys/net/core/optmem_max on armv7l

2018-01-15 Thread Laura Abbott
On 01/11/2018 06:17 PM, Peter Robinson wrote: I just noticed, there is a difference in the default value of `/proc/sys/net/core/optmem_max` on armv7l: On all arches it is 20480, but on armv7l it is 10240. Is there any specific reason for limiting the maximum ancillary buffer size allowed per

Re: /proc/sys/net/core/optmem_max on armv7l

2018-01-11 Thread Peter Robinson
> I just noticed, there is a difference in the default value of > `/proc/sys/net/core/optmem_max` on armv7l: > > On all arches it is 20480, but on armv7l it is 10240. > > Is there any specific reason for limiting the maximum ancillary buffer > size allowed per socket on th

/proc/sys/net/core/optmem_max on armv7l

2018-01-11 Thread Björn 'besser82' Esser
Hello together, I just noticed, there is a difference in the default value of `/proc/sys/net/core/optmem_max` on armv7l: On all arches it is 20480, but on armv7l it is 10240. Is there any specific reason for limiting the maximum ancillary buffer size allowed per socket on this arch? Cheers