Below Linux kernal parameter has to be set to for PeopleTools 8.52 installtion on Linux else the the process with fail to start with less allocated memory
Add the following lines to /etc/sysctl.conf
# Added for PS
kernel.sem = 256 32000 128 192
# Added for PS
kernel.msgmni = 2048
# Added for PS
net.ipv4.ip_local_port_range = 1024 65000
to activate:
/sbin/sysctl -p
to retain settings after booting add the following line to /etc/rc.local
/sbin/sysctl -p
Add the following lines to /etc/sysctl.conf
# Added for PS
kernel.sem = 256 32000 128 192
# Added for PS
kernel.msgmni = 2048
# Added for PS
net.ipv4.ip_local_port_range = 1024 65000
to activate:
/sbin/sysctl -p
to retain settings after booting add the following line to /etc/rc.local
/sbin/sysctl -p
No comments:
Post a Comment