Hi everyone,
How big is the amount of data we can temporarily save inside Process_Globals block ? Is there a recommended amount an application should keep there? For example , I need to save around 100kB worth of variable values (when the activity gets paused) so that I can replicate my screen later on .Is this value reasonable? Or can I temporarily save there say, around 200kB or even more without worrying about system crash? In conventional OS, this would not be a problem because the OS's virtual memory manager will cache it in the secondary storage.
How big is the amount of data we can temporarily save inside Process_Globals block ? Is there a recommended amount an application should keep there? For example , I need to save around 100kB worth of variable values (when the activity gets paused) so that I can replicate my screen later on .Is this value reasonable? Or can I temporarily save there say, around 200kB or even more without worrying about system crash? In conventional OS, this would not be a problem because the OS's virtual memory manager will cache it in the secondary storage.
Last edited: