Bug 29180

Informational

GemStone/S

6.1.6, 6.1.5, 6.1.4, 6.1.3, 6.1.2, 6.1.1, 6.1

Linux

n/a

Setting the Linux keepalive option

Chapter 3 of the GS/S System Administration Guide under the section
entitled "Disrupted Communications" provides information on configuring
the network protocol keepalive option under various platforms.

On Linux, this option is set to 2 hours (7200 seconds) by default.
If you wish to change this setting, execute:

    unix> /sbin/sysctl -w net.ipv4.tcp_keepalive_time=XXXX

where XXXX is the new value in seconds.  You can also manually edit the
system configuration file /etc/sysctl.conf and add the line:

    net.ipv4.tcp_keepalive_time=XXXX


Last updated: 11/16/07