sumo wrote: > jeffz wrote: > >> I still say you are confused. >> >> The large value you are seeing as virtual is simply a range of memory that has been reserved by the preloader so that some things can be loaded in specific ranges. >> >> No action is required. >> > > > I understand you. Whether but it is possible to reduce quantity "reserved by the preloader" or to change it dynamically? > > Why would you want to? Virtual memory, if never referenced, never really exists anywhere (i.e. is not allocated in real resident RAM or in swap). If it is referenced, you want it to be there.