lkml.org 
[lkml]   [2018]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 4.15-rc8] net/core: Increase default optmem_max limit
From
From: Björn 'besser82' Esser <besser82@fedoraproject.org>
Date: Tue, 16 Jan 2018 00:59:11 +0100

> @@ -316,7 +316,7 @@ __u32 sysctl_wmem_default __read_mostly
> __u32 sysctl_rmem_default __read_mostly = SK_RMEM_MAX;
>
> /* Maximal
> space eaten by iovec or ancillary data plus some space */


This patch is corrupted by your email client, it has chopped up long
lines and turned TABs into a series of SPACE characters.

> -int sysctl_optmem_max __read_mostly = sizeof(unsigned long)*(2*UIO_MAXIOV+512);
> +int
> sysctl_optmem_max __read_mostly = sizeof(unsigned long)*4*(2*UIO_MAXIOV+512);
> EXPORT_SYMBOL(sysctl_optmem_max);

Please style this in a more appropriate manner.

Thank you.

\
 
 \ /
  Last update: 2018-01-16 15:32    [W:0.143 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site