Memory is calculated on compile phase, what will happen if user change the memory setting, and restart the app.
E.g. an APP run on 2G memory, our code calculate the heap, stack,etc for JVM during compile phase. User set the memory to 4G, and restart the APP, will the new 2G be used?
Memory is calculated on compile phase, what will happen if user change the memory setting, and restart the app.
E.g. an APP run on 2G memory, our code calculate the heap, stack,etc for JVM during compile phase. User set the memory to 4G, and restart the APP, will the new 2G be used?