Yes, it is possible to optimize RAM usage in your applications.
But remember - it is not a miracle, it only swaps the process out of physical RAM memory.
It is not a good idea to use this method if you have application that often needs instant access to memory.
However, if you’re developing a utility software […]