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
- using
free
check used memory. - run shell
- recheck it.
result: memory increased , won't release @ all.
why did happen? if have idea problem, please share.
Comments
Post a Comment