How to prevent a memory leak in quartz

后端 未结 4 677
不知归路
不知归路 2021-02-05 20:30

I\'m using quartz in my project. My web application has apparently caused a memory leak when it stops, the error is :

SEVERE: A web application appears to have          


        
4条回答
  •  离开以前
    2021-02-05 21:05

    I think you want:

         
             wait-on-shutdown
             true
         
    

    You have a "quartz:" prefix which may be causing Quartz to revert to the default value of "false" for that configuration setting.

提交回复
热议问题