Oracle 11.1.0.7.0 on Windows 2008 SP1 x64, Best Practices
Our server is an intel x64 system with 32 GB of physical ram.
Pagefile
**********
--> What's the correct pagefile size, to reduce that windows swapping?
Normally 1.5 to 2 times the physical ram, but i don't trust this general answer...
Large Page enable
***********************
We set the memory_target = 27G; The registry is modified with enable LP and ORA_LPSIZE=256M
With this configuration we see the following values in the alert.log
Starting ORACLE instance (normal)
Large page enabled : 1
Large page size : 268435456
Large page request size : 268435456
--> is this correct implemented?