You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2020/08/11 06:12:51 UTC

[GitHub] [incubator-pagespeed-ngx] ufgeorge commented on issue #1704: nginx reload, memcache clean?

ufgeorge commented on issue #1704:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1704#issuecomment-671749640


   OK. At "Physical Caches", there is no decrease of total items of memcached when nginx reload. So it is not because memcache.
   
   My pagespeed configutation below about shared memory and LRU.
   `pagespeed DefaultSharedMemoryCacheKB 51200;`
   `pagespeed LRUCacheKbPerProcess     8192;`
   `pagespeed LRUCacheByteLimit        16384;`
   
   Looks shared memory is 50MB. Not sure how much memory used by LRU.
   But totally 1GB drop seems not possible.
   
   I see my other VM which does not install pagespeed. There is almost no decrease of memory when nginx reload.
   Maybe it is not relate to pagespeed...
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org