• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Hibernate memory question

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anybody know what the minimal requirement is from Hibernate 3.1.3?
I am getting an OutOfMemory error with no specific error that would lead to some other error. Currently we have it set for maximum memory for 128m and minimum for 32m.

Any help would be appreciated.
Thanks.
Joe
 
Ranch Hand
Posts: 187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Joe Russo:
Does anybody know what the minimal requirement is from Hibernate 3.1.3?
I am getting an OutOfMemory error with no specific error that would lead to some other error. Currently we have it set for maximum memory for 128m and minimum for 32m.

Any help would be appreciated.
Thanks.
Joe



Probably is not Hibernate but the data you are loading. Are you fetching already something?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic