• Poul-Henning Kamp's avatar
    Remove the busyobj_worker_cache parameter, which has defaulted to "off" · ec38fd33
    Poul-Henning Kamp authored
    for a very long time and never been shown to actually improve performance.
    
    These days we pick busyobj out of a memory pool which gives us much better
    control of the amount of memory sitting idle waiting to become a busyobj.
    
    In case a single mempool not scale well enough, we make a mempool per
    thread pool to scale horizontally.
    ec38fd33
params.h 4.98 KB