Scenario:
场景:
I have a python process which runs continuously ( until we stop manually - infinitely ) and collects data by reading certain system files every 1 minute. When it is started it occupies around 25 MB. But day by day the amount of memory occupied is increasing and after 15 days, it is more than 500 MB.I have a python process which