aborah / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

0f4f838 Ticket 48863 - remove check for vmsize from util_info_sys_pages

Authored and Committed by William Brown 8 years ago
    Ticket 48863 - remove check for vmsize from util_info_sys_pages
    
    Bug Description:  https://bugzilla.redhat.com/show_bug.cgi?id=1341709 and
    on another instance could not allocate cache because it would exceed memory size
    
    In both cases I suspect that that vmsize was low, and this causes the
    util_info_sys_pages check to return a low pages number, which triggers the
    checking to fail
    
    Fix Description:  Remove the checks related to vmsize. It's either too low,
    or just too high and wrong. Either way, we never rely on it. Lets use reliable
    data.
    
    https://fedorahosted.org/389/ticket/48863
    
    Author: wibrown
    
    Review by: nhosoi (Thanks!)
    
        
file modified
+6 -27