PHP Out of Memory (after running fine for months)

Thanks.

We have not significantly deleted or changed devices. Mostly we just add them. The following seems very odd:

select count(1), deleted from ports group by 2;
+----------+---------+
| count(1) | deleted |
+----------+---------+
|     2806 |       0 |
|    12488 |       1 |
+----------+---------+

What would cause a large number of ports to be marked as deleted?

I’m guessing some device is/was churning ports.

Do you have any that have vpn tunnels or such?

Apologizes for the delayed response. As a newly registered member I hit the daily post limit…

Hmmm… we recently added a vpn connection.

But after some db querying it turns out that it was due to a pppoe port flapping.

All better.

Thanks for you help!

1 Like