mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
10.34.2014 99db87c32ab1676fd318075ad50c5fd379c43aa2
Backport Fix for OPENDJ-1334: Mention that load balancer timeouts should be longer than OpenDJ idle timeouts
1 files modified
18 ■■■■ changed files
opends/src/main/docbkx/admin-guide/chap-resource-limits.xml 18 ●●●● patch | view | raw | blame | history
opends/src/main/docbkx/admin-guide/chap-resource-limits.xml
@@ -19,15 +19,14 @@
  !
  ! CCPL HEADER END
  !
  !      Copyright 2011-2012 ForgeRock AS
  !      Copyright 2011-2014 ForgeRock AS
  !    
-->
<chapter xml:id='chap-resource-limits'
 xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
 xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
 xmlns:xlink='http://www.w3.org/1999/xlink'
 xmlns:xinclude='http://www.w3.org/2001/XInclude'>
 xsi:schemaLocation='http://docbook.org/ns/docbook
                     http://docbook.org/xml/5.0/xsd/docbook.xsd'>
 <title>Setting Resource Limits</title>
 <indexterm><primary>Resource limits</primary></indexterm>
 
@@ -167,6 +166,17 @@
  global configuration property, <literal>idle-time-limit</literal>. By
  default, no idle time limit is set.</para>
  <para>
   If your network load balancer is configured to drop connections
   that have been idle for some time,
   make sure you set the OpenDJ idle time limit to a lower value
   than the idle time limit for the load balancer.
   This helps to ensure that idle connections are shut down in orderly fashion.
   Setting the OpenDJ limit lower than the load balancer limit is
   particularly useful with load balancers that drop idle connections
   without cleanly closing the connection and notifying the client and server.
  </para>
  <note>
   <para>OpenDJ does not enforce idle timeout for persistent searches.</para>
  </note>