Cache overmem setting is not reset
Set a low cache size then send the server a query stream. Once the cache fills the server does not recover.
options {
listen-on port 5555 { 127.0.0.1; };
listen-on-v6 port 5555 { ::1; };
pid-file none;
max-cache-size 1M;
};
Edited by Mark Andrews