Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我们在 Jboss AS 中热部署 war 文件时,都会遇到来自 c3p0 的内存泄漏。
如果您在 JBoss 4.2(或任何其他版本的 JBoss)中进行热部署,您最终将在 PermGen 池中泄漏内存,并且服务器将需要重新启动。我知道没有解决方法,它与 c3p0 无关。
在开发中,这只是一个小麻烦。在生产中,您根本不应该这样做。