cancel
Showing results for 
Search instead for 
Did you mean: 

SAP DBTech JDBC: [4]: cannot allocate enough memory / details

jordan72
Employee
Employee

HI,

when I get this message

SAP DBTech JDBC: [4]: cannot allocate enough memory: search table error:  [9] Memory allocation failed;exception 1000002: Allocation failed ; $size$=338864576; $name$=Results; $type$=pool; $inuse_count$=951; $allocated_size$=142451349600; $alignment$=8; $failure_type$=GLOBAL_ALLOCATION_LIMIT; $failure_flag$=

from a JDBC query on 2.00.053.00, is there a way to immediately see how much more memory is/was needed ?

Does $allocated_size$=142451349600 mean, that 142GB was already allocated and that the request to allocate another 338MB failed and that adding 1GB would solve the issue ?

Regards

Volker

View Entire Topic
HakanHaslaman
Product and Topic Expert
Product and Topic Expert
0 Kudos

The main issue should be analyzed from the full system info dump files. Possibly your will find indexserver OOM files. The SAP Note https://launchpad.support.sap.com/#/notes/1984422 will help you, how you can analyzing such like files to fix the main issue.

jordan72
Employee
Employee
0 Kudos

ok thanks, so those numbers in the message are meaningless ?