Hi All,
We have beaglebone black prototype board which contains 512MB of RAM memory capacity. We observed that the if we run the application of size 76MB for long run, RAM size is increasing and free memory availability is getting reduced. When we start the application the free memory was around 480MB, but for every hour it is getting reduced and after 14 hours the free memory is 108MB and there is a huge difference. We suspected on application, but we ran valgrind to the application which is showing only 144 bytes leakage, but it won't cause any problem.
May be if we keep board long run for days, it will run out of memory and it may get crash.
Please suggest how the RAM memory is getting leaked.