javaazul-zing

How can we set max limit on off heap usage in azul prime jvm


We are using azul prime, and it is using a lot of off heap memory. is there any way to give limit for off heap memory like we give for heap


Solution

  • Although we couldn't found a way to restrict the off heap usage , but the issue was with Azul's default compiler falcon and its way to handle Dynamic Code generation. After switching on KestralC2 on such environment where dynamic code generation is huge we have solved the issue of off heap mem going beyond control.