Memory « Search « JPA Q&A





1. Memory leak with paged JPA queries under JBoss AS 5.1    stackoverflow.com

I'm trying to integrate Hibernate Search into one of the projects I'm currently working on. The first step in such an endeavour is fairly simply - index all the existing entities ...

2. Hibernate - Searching - Java heap space    stackoverflow.com

I have a java heap space problem with hibernate since I add a modification in mi code. The program load information from a text file (2GB)

BufferedReader input = new BufferedReader(new FileReader(file));

while (line.compareTo(EOF) ...

3. Memory leak during in hibernate search    stackoverflow.com

Greeting, We are facing memory leak issue recently on one of our apps. Development environment : Lucene2.4.0, hibernate search3.2.0, hibernate 3.5.0, spring2.5 and ehcache 1.4.1 The problem is that memory in old gen gradually ...

4. Memory Leak while searching: HQL-Queries never freed!    forum.hibernate.org

Hi all We're using Hibernate in our business application and it's doing it's job very well. However, when I implemented the search functionality, I'm getting those nasty OutOfMemoryErrors. My approach is a bit special, but I didn't see another solution. Perhaps you might help me find the memory bug or help me improving my search-system with hibernate. This is the way ...

5. Out Of Memory While Searching    forum.hibernate.org

Hello All, In Our bussiness application, we are using hibernate.While searching I am getting OutOfMemoryErrors. The criteria of searching is as 1. We enter the search criteria. 2. Objects from the table are soughted out. Each object is retrieved as a Id and is stored as collections. Memory consumption increases with every search. I closed the session factory, but even with ...