i have serious memory allocation problems via JNI i communicate with a dll, that consumes over 1 GB of system memory( it’s just the way how the dll works). This dll does various calculation on the data, which further increases the memory allocation( in the order of 1.2 gb) but i get a java out of memory error( native ).
Is there a way i can give JNI more memory?
tia
Paul