Hey folks, in my InputInitializer i’m doing
InputInitializerContext context = getContext();
int memory = context.getTotalAvailableResource().getMemory();
The returned memory is 0. Any idea what could be the reason for that ?
Johannes
