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.
我正在使用休眠项目在我的 springmvc 中的 mysql 数据库中保存 blob 文件。但是在上传了几个 blob 文件后,我的项目中出现错误,因为内存错误 java 堆空间不足。谁能帮我解决这个问题
您的应用程序不会释放文件的内容。不知何故,对它们的引用保留在内存中。您可以使用探查器来跟踪此引用存在的位置。