3f2a16f Allow manual reservation of additional hp threads

Authored and Committed by pemensik 2 years ago
    Allow manual reservation of additional hp threads
    
    bind-dyndb-ldap started crashing after memory optimization made in
    9.16.25 release. It attempts to use now uninitialized memory part. Work
    around this problem by extra command line parameters, which would
    request additional threads. Those threads then would be safely used by
    bind-dyndb-ldap. Requires change to bind-dyndb-ldap and freeipa
    packages.
    
    Needs freeipa to add OPTIONS+="-H 200" to /etc/sysconfig/named
    
    Related: rhbz#2048235
    
        
file modified
+9 -1