Hi,
I am using I.MX6ULL BSP 4.1.15_2.0.0ga. A memory leak occurs when monitoring using the free command while LAN is connected. Free memory decreases little by little. Is there a memory leak in the FEC driver?
(When I unplug the LAN connector, the memory leak stops.)
However, after 4 days of testing, it seems to converge.
Is this normal? I would appreciate it if you could tell me the reason for this phenomenon.
# while true; do echo 3 > /proc/sys/vm/drop_caches ; free -b | grep 'buffers/cache' | awk '{ print $4 }'; sleep 1; done
Sungkyun_0-1624437325674.png
Thanks.