In message <[email protected]>, Anders Nordby writes: >So it seems that n_object is emptied, while n_objectcore and >n_objecthead is not? Also I notice that resident memory usage is down by >around 96%, I don't know if that is to be expected?
n_object will increase as the objects are instantiated from the silo. Resident will increase as it gets paged in. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [email protected] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
