2
edits
Changes
→Set VE resource limits appropriately
* vmguardpages to 2097152:unlimited
* oomguardpages to 26112:unlimited
And according to DB2 9 documentation, the following minimal guest kernel options must be set in /etc/sysctl.conf:
<pre>kernel.shmmax = 1073741824
kernel.sem = 250 256000 32 1024
kernel.msgmax = 65535
kernel.msgmnb = 65535</pre>
== Install additional packages ==