How can I fix memory leak in Spring Scheduled function?

I have a strange memory leak in the java application that uses Spring 3.0 the java class has this structure @EnableAsync @Component public class ScheduleFixedRate { SellerRepository sellerReposito...