Windows permits memory to be allocated in a two-step approach-applications can first reserve address space and then commit storage in that address space. Its also possible to both reserve address space and commit storage in one step. When committed memory becomes uncommitted,it becomes reserved memory. Reserved memory becomes free memory when it is released. SQL server2008 performance tunning book s.13