Skip to content
  • David Johnson's avatar
    Change gnocchi-api service unit for queens; run uwsgi ourselves. · d9b1cf67
    David Johnson authored
    Basically, gnocchi-api was something like ncpus * 32 uwsgi threads, and
    that was just killing some systems on open files (usually leading to
    memcached death, which effectively paralyzes everything).
    
    So now we start uwsgi ourselves so that we can control the number of
    open files.  Seems to stabilize the ship.
    d9b1cf67