Cesar,
When windows starts it writes zeros to all the RAM, read on to understand why this is significant.
On the 2.6.32 kernel transparent huge pages is disabled by default.
On the 3.10 kernel they are enabled by default
I'll quote myself from here:
http://forum.proxmox.com/threads/15849-Huge-Pages-Support
In the 2.6.32 kernel, that setting is located in:
Code:
# cat /sys/kernel/mm/redhat_transparent_hugepage/enabled
always madvise [never]
On 3.10 kernel its in:
Code:
# /sys/kernel/mm/transparent_hugepage/enabled
[always] madvise never
Be careful with a single VM using tons of RAM.
If the OOM Killer ever kicks in it will be first to get killed.
See Trace Flag 834, it might help improve performance of SQL server:
http://support.microsoft.com/kb/920093