On Mon 26-06-17 10:02:23, Alkis Georgopoulos wrote: > Στις 26/06/2017 08:46 πμ, ο Michal Hocko έγραψε: > >Unfortunatelly, this is not something that can be applied in general. > >This can lead to a premature OOM killer invocations. E.g. a direct write > >to the block device cannot use highmem, yet there won't be anything to > >throttle those writes properly. Unfortunately, our documentation is > >silent about this setting. I will post a patch later. > > > I should also note that highmem_is_dirtyable was 0 in all the 3.x kernel > tests that I did; yet they didn't have the "slow disk writes" issue. Yes this is possible. There were some changes in the dirty memory throttling that could lead to visible behavior changes. I remember that ab8fabd46f81 ("mm: exclude reserved pages from dirtyable memory") had noticeable effect. The patch is something that we really want and it is unnfortunate it has eaten some more from the dirtyable lowmem. > I.e. I think that setting highmem_is_dirtyable=1 works around the issue, but > is not the exact point which caused the regression that we see in 4.x > kernels... yes as I've said this is a workaround for for something that is an inherent 32b lowmem/highmem issue. -- Michal Hocko SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>