jeffz wrote: > > sumo wrote: > > I have program which memory use 500MB for OS Windows, but this program + wine in OS Linux use 3.6 GB. > > 1 wine+ program process use 3.6 GB virtual memory. > > How to reduce quantity of used memory for 1 process? > > > It sounds like you might be confused about the actual memory usage. Look at the resident memory per process, not the virtual. My program use 500 MB resident memory in Linux, but virtual memory use - 3.6GB! It is necessary for me to reduce virtually memory! Whether it is possible to make it?