• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Out of Memory BEA JRockit(R)

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
while running my application on
java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
BEA JRockit(R) (build R27.3.1-1-85830-1.5.0_11-20070716-1248-windows-ia32, compiled mode)

it gives an exception and application terminated.
Exception are

Exception in thread "Thread-20" java.lang.OutOfMemoryError: allocLargeObjectOrAr
ray - Object size: 131088, Num elements: 131072



Exception in thread "RMI TCP Connection(9)-<application ip>" java.lang.OutOfMemoryError: nativeGetNewTLA

Pl help me out,
Thanks in advance
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hard to tell with the information you have provided.

try with -server -Xms512m -Xmx512m (if you have more memory you can even give 1024m). Check if this throws the error. if it still, we may need to track it from memory-leak perspective.

~Rajesh.B
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic