Hi,
nice this version. i have removed the webproxy and url filter. good news.
But I have more memory consumption which is not a trouble on my setup
Do you have the same behavior?.
see
“Memory Consumption”
This is only half of the truth. After a real restart of unbound ( during this operation no DNS requests are possible! ) the consumption may decrease.
It explains
Thanks
What are the top 10 processes that consume memory?
ps -eo pid,ppid,cmd,rss --sort=-rss | head -n 11 | awk ‘{printf “%-8s %-8s %-40s %8.1f MB\n”, $1, $2, $3, $4/1024}’
For me it was unbound - 3,3-3,4 GB - 4 threads, 4 *-cache-slabs (msg, rrset, infra and key)
If unbound is the process that uses most of the memory you can test this: I created a test version of a RPZ add-on and I am looking for feedback - Network / DNS - IPFire Community