Closed ants-sinica closed 5 years ago
A task will occupy much memory, those memory should be release. Currently, only the tasks created in initial time were cleanup. The tasks created in run-time were not released though they were completed.
explicitly delete the event instance after task completed is of no use. there must be some where is still referencing these instances.
A task will occupy much memory, those memory should be release. Currently, only the tasks created in initial time were cleanup. The tasks created in run-time were not released though they were completed.