OPNsense Forum

English Forums => 24.7, 24.10 Legacy Series => Topic started by: 9axqe on October 11, 2024, 10:28:27 AM

Title: Huge current_arp_table6.txt full of redundant lines
Post by: 9axqe on October 11, 2024, 10:28:27 AM
I noticed that there's a "sort -u /tmp/current_arp_table6.txt" process that is often shooting up in terms of CPU usage on my opnsense, so I checked the size of the file.

it appears there is 110 unique entries (checked using "sort /tmp/current_arp_table6.txt | uniq | wc -l") but there is 1.7 millions lines in total, so there's some cleanup not working.

Any idea where I can do some manual cleanup to start?
Title: Re: Huge current_arp_table6.txt full of redundant lines
Post by: 9axqe on October 11, 2024, 10:31:53 AM
Already found the culprit, I think. Seems OPN-Arp is causing this, the file stops growing when I stop the service.