Through an explanation about memory management in Linux on the Gentoo Wiki, I was lead to an article on KernelTrap about High Memory In The Linux Kernel. Though I'm still not sure, this leads me to believe Oracle compiles the kernel with the CONFIG_HIGHMEM4G=y switch on and thus the 3 GB RAM for user space application should be in place. However, I'm forced to test this to make sure. :)
Just found a great tip to prevent timeouts of PuTTY sessions. I'm fine with timeouts by the host, but in our case the firewall kills sessions after 30 minutes of inactivity... When using PuTTY to ssh to your Linux/Unix servers, be sure to use the feature to send NULL packets to prevent a timeout. I've set it to once every 900 seconds, i.e. 15 minutes... See screenshot on the right.
Comments