tags:

views:

197

answers:

1

I have created C shared object which is invoked using JNI, when I checked the memory footprint it keeps on increasing, and never reduces. But the memory is being being freed in C code, is there any way to overcome this behaviour of JNI. The memory footprint increases up to 2 GB and process gets killed.