Comment 17 for bug 1528101

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2016-04-04 21:50 EDT-------
(In reply to comment #42)
> The documentation is not fixed and recommends the usage of 5% of your whole
> memory as the min_free_kbyte is documented at:
>
> https://wiki.ubuntu.com/ppc64el/
> Recommendations#Min_free_kbytes_kernel_configuration

Hi,

On some situations, such as bug 139648, we have to use a large min_free_kbytes vaule to prevent oom killer being triggered when running stress tests. So looks like a large min_free_kbytes is needed.

And I think this bug isn't a problem of min_free_kbytes too large. It is because that when performing kdump, the value is read from /etc/sysctl.conf. If we can change this (don't using min_free_kbytes of /etc/sysctl.conf), this bug can be fxied.

Thanks.