Changes between Version 2 and Version 3 of Ticket #1163, comment 21


Ignore:
Timestamp:
05/28/18 14:43:10 (6 years ago)
Author:
rihad.mail.ru@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1163, comment 21

    v2 v3  
    1 @mdounin, I think our problem is the same as everyone else's and happens when http2 is enabled. The problem goes away after nginx restart - any files over max_size are deleted as soon as cache loader finishes its work. Mere reload (SIGHUP) isn't enough. And at the same time new size leaks begin accumulating gradually (and constantly).
     1@mdounin, I think our problem is the same as everyone else's and happens when http2 is enabled. The problem goes away after nginx restart - any files exceeding max_size are deleted as soon as cache loader finishes its work. Mere reload (SIGHUP) isn't enough. And at the same time new size leaks begin accumulating gradually (and constantly).