db2diag.log shows error:
=============== =============== ============
MESSAGE : ZRC=0x850F0005=-2062614523=SQLO _NOSEG
"No Storage Available for allocation"
DIA8305C Memory allocation failure occurred.
=============== =============== ============
just simpley set kernel parameter kernel.randomiz e_va_space = 0
1. append kernel.randomiz e_va_space = 0 to sysctl
nano /etc/sysctl.conf
2. apply
sysctl -p
=============== =============== ============
MESSAGE : ZRC=0x850F0005=-2062614523=SQLO _NOSEG
"No Storage Available for allocation"
DIA8305C Memory allocation failure occurred.
=============== =============== ============
just simpley set kernel parameter kernel.randomiz e_va_space = 0
1. append kernel.randomiz e_va_space = 0 to sysctl
nano /etc/sysctl.conf
2. apply
sysctl -p
Comment