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 socket on this arch?
No specific reason, I think that would be an upstream kernel default,
I'm not aware we tweak that setting on any of the architectures so it
should be the arch default.
The actual root cause is that the default is based off of
sizeof(unsigned long) which is different on 32-bit targets.
Thanks,
Laura
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx