still profiling stuff like crazy, and using ab to bench single pages while watching top / ps

i've been isolating stuff i know to leak so i can continue looking for issues

i'm finding a ton of stuff in random libraries, and have been prioritizing on what to fix

obviously , 4k/request is at the top....

but i've been finding a lot of random things that leak .024k/request
ie
        120k / 5000 requests

or some that are

        120k / 2500 requests

thats easily fixed with a max request limit of 1000 or so per child

i'm just wondering what people here consider to be acceptable memory leakage. i'm not going to both fixing the .024k stuff myself, but anything thats 1k or more per request i think i need to try and fix.

Reply via email to