Difference between revisions of "ars.cfg"

Jump to navigation Jump to search
91 bytes added ,  15:22, 26 February 2019
Added reference to ARSSOCK_TCP_NODELAY in ARSSOCK_RCVBUF_SIZE and ARSSOCK_SNDBUF_SIZE
(Added ARS_DB_PARTITION to use database partitioning with IBM Content Manager OnDemand.)
(Added reference to ARSSOCK_TCP_NODELAY in ARSSOCK_RCVBUF_SIZE and ARSSOCK_SNDBUF_SIZE)
Line 478: Line 478:
: Specifies the maximum number of tables to query when searching an Application Group.  The default value is unknown.  This parameter is a short term solution -- instead, you should be optimizing [[Table Segmentation in Content Manager OnDemand]] and your DBA should increase the size of DB2 DBHEAP and STMT_HEAP parameters in the database configuration.  Visit the [https://www-01.ibm.com/support/docview.wss?uid=swg21406889 IBM TechNote on ARS_DB_MAX_SQL_TABLES] for more information.
: Specifies the maximum number of tables to query when searching an Application Group.  The default value is unknown.  This parameter is a short term solution -- instead, you should be optimizing [[Table Segmentation in Content Manager OnDemand]] and your DBA should increase the size of DB2 DBHEAP and STMT_HEAP parameters in the database configuration.  Visit the [https://www-01.ibm.com/support/docview.wss?uid=swg21406889 IBM TechNote on ARS_DB_MAX_SQL_TABLES] for more information.
;ARSSOCK_RCVBUF_SIZE
;ARSSOCK_RCVBUF_SIZE
: Set the size of the TCP Receive Buffers for arssockd.  The recommended value is 262144.
: Set the size of the TCP Receive Buffers for arssockd.  The recommended value is 262144.  Use in combination with ARSSOCK_TCP_NODELAY.
;ARSSOCK_SNDBUF_SIZE   
;ARSSOCK_SNDBUF_SIZE   
: Set the size of the TCP Send Buffers for arssockd.  The recommended value is 262144.
: Set the size of the TCP Send Buffers for arssockd.  The recommended value is 262144. Use in combination with ARSSOCK_TCP_NODELAY
;ARS_SUPPORT_CFSOD
;ARS_SUPPORT_CFSOD
: Set this parameter to 1 if you are licensed to use the Content Federation System for OnDemand ("CFS:OD") feature.
: Set this parameter to 1 if you are licensed to use the Content Federation System for OnDemand ("CFS:OD") feature.

Navigation menu