How are you trying to process the notification information in the buffer table? One at a time or all at once.
What does the notification event consist of? Just the identifying information or all the information? How large is the notification event?
What is your process once the notification adapter publishes a notification event?
I strongly recommend that notifications are processed one at a time as the ES is not a batch processing tool but an asynchronous event driven integration tool. You probably already know this.
The quick solution, but probably the wrong one, is to just increase the memory allocated to the JVM by using the -Xmx command line parameter for the JVM. This is configurable for the adapter.
Rgs,
Andreas
#broker#Integration-Server-and-ESB#Universal-Messaging-Broker#webMethods