标签: java spring performance memory-management memory-leaks
我从这篇评论中了解到,多次创建ApplicationContext对象会导致内存泄漏。
https://jira.spring.io/browse/SPR-7502?focusedCommentId=57240&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-57240
当我们在程序中多次创建ApplicationContext对象并导致内存泄漏时会发生什么?