That is already quite a lot - and it is more than pihole.log (which should not happen).
You could go to the window now that has pihole-FTL open in the debugger and do a [Ctrl] + [C] to interrupt FTL. The debugger will it keep running, but paused. You will reach the debuggers interpreter line (gdb)
Please do
print counters
print memory
and post the results (or show screenshots, or whatever is most convenitent for you).
You can then let FTL continue where you interrupted it with
That all looks fine. Please try to switch to debug mode so that FTL becomes a bit more verbose. I never tried to do this online, but you may be able to achieve it using
set variable debug = 1
continue
once you interrupted FTL.
Browse to some site you have not have opened before and you should see some output like
[2017-05-04 16:26:07.881] New domain: 1.gravatar.com (1454/2000)
Let's see if strange behavior becomes apparent like this.
Yes, I see that. Well, at least I don't feel alone. ;<)
I don't see any of the memory allocation messages as you describe in /var/log/pihole-FTL.log -- but I may have done something wrong.
As I write this, the UI is showing Memory usage to be 86.2% (with red icon) and it's increasing. I'm going to reboot while I can still get RDT to work-- hoping to keep it running overnight.