qt - Yocto IO operation keep memory increasing -


my environment:

qt: 5.3.1  os: yocto poky 1.6.2 

i found memory increasing problem when qt program logging, did shell experiment:

for in {0..1000000}  printf "a" >> text.txt done 
  1. using free check used memory.
  2. run shell
  3. recheck it.

result: memory increased , won't release @ all.

why did happen? if have idea problem, please share.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -