java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
Hi guys,
I experience "java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space" exception while my Java code is executed under my JNI code.
I'm stuck on the problem, what I have found - "Tenured Gen" reises all the time and that's why I have OOME. However within native java runner same memory pool is about 2Mbytes.
I' use JRE1.5.0_08.
Any memory leaks are fixed in C++ code. What could be the problem here? please point me?
Thanks,
Alex.

