Marius - Roma wrote:
What is the best way to dimension and place the Windows page file?
For physical Windows Servers many people suggest to allocate a fixed size page file whose size is 1,5 times the RAM: does it make sense for hosted VMs as well?
Is there any best practice or guideline to refere to?
As noted by A.P. the 1.5 x RAM is really just an arbitrary number someone at Microsoft came up with at some moment and then has entered the best practices without no real valid reason.
However, there could be some things to concider:
Leave it to system managed is the most simple way, but could lead to higher fragmentation of your C: drive.
If setting a fixed size you should really concider how much space you like Windows to be able to push into the pagefile with internal memory overcommit. Typically if the Windows machine have a decent amount of RAM then the page file usage it quite low.
If adding another virtual harddrive to the VM and put the pagefile.sys on that you have a little more complex setup, but might get savings if possible to exclude that drive in your backup tool and VM replication settings (if used). You could also possible put all VM guest files on some kind of thin provisioned LUN/NFS since it will consume lots of space, but be used very little.