Now...
i have one final thing that i can?t figure out, it uses a lot of memory, so i thought i would follow the rest of the guide. problem below the guide.
Important part here.
9a) Navigate to the folder wher your VMware Guest is stored and find .vmx file and open it in editor.
Add these lines somewhere in file:
mainMem.useNamedFile=FALSE
MemTrimRate=0
prefvmx.minVmMemPct = "100"
prefvmx.useRecommendedLockedMemSize = "TRUE"
sched.mem.pshare.enable = "FALSE"
If you're curious:
We disable swap file so it doesnt host any virtual memory on disk and keeps all in ram.
Some pefrofmance boost for memory allocation
We allocate 100% RAM on VMware Host
And we disallow using duplicates memory pages among different machines, +++ to performance.
I can?t seem to find the .vmx on my host computer the only file i can find is the one called .vmxf but it dosen?t look rigt to me if it is there i have to add the code.
i have one final thing that i can?t figure out, it uses a lot of memory, so i thought i would follow the rest of the guide. problem below the guide.
Important part here.
9a) Navigate to the folder wher your VMware Guest is stored and find .vmx file and open it in editor.
Add these lines somewhere in file:
mainMem.useNamedFile=FALSE
MemTrimRate=0
prefvmx.minVmMemPct = "100"
prefvmx.useRecommendedLockedMemSize = "TRUE"
sched.mem.pshare.enable = "FALSE"
If you're curious:
We disable swap file so it doesnt host any virtual memory on disk and keeps all in ram.
Some pefrofmance boost for memory allocation
We allocate 100% RAM on VMware Host
And we disallow using duplicates memory pages among different machines, +++ to performance.
I can?t seem to find the .vmx on my host computer the only file i can find is the one called .vmxf but it dosen?t look rigt to me if it is there i have to add the code.