Difference between revisions of "ars.cfg"

129 bytes added ,  18:24, 8 January 2024
Added section on ARS_LOAD_IGN_DB_NAME_MATCH mentioned in ODNews 2023 Q4
(Added section on ARS_LOAD_IGN_DB_NAME_MATCH mentioned in ODNews 2023 Q4)
Line 521: Line 521:
:Set to 1 to ignore errors when loading individual documents larger than 2GB.  This parameter is undocumented, and behavior of this parameter should be tested extensively before being used in production environments.  The 2GB boundary exists due to the use of 32-bit integers for describing file lengths, and could cause an overflow error on systems with poor support for large files.
:Set to 1 to ignore errors when loading individual documents larger than 2GB.  This parameter is undocumented, and behavior of this parameter should be tested extensively before being used in production environments.  The 2GB boundary exists due to the use of 32-bit integers for describing file lengths, and could cause an overflow error on systems with poor support for large files.
;ARS_LOAD_IGN_DB_NAME_MATCH
;ARS_LOAD_IGN_DB_NAME_MATCH
:Alters the behavior of field name matching in indexer output when loading data into CMOD with arsload.  [https://www.ibm.com/support/pages/content-manager-ondemand-application-load-id-name-ignored-when-loading-data CMOD Application Load ID Name]
:Alters the behavior of field name matching in indexer output when loading data into CMOD with arsload.  [https://www.ibm.com/support/pages/content-manager-ondemand-application-load-id-name-ignored-when-loading-data CMOD Application Load ID Name]  Usage and history of this parameter was described in [https://cmod.wiki/dox/ODNewsletter/ODNewsletter2023Q4.pdf ODNews 2023 Q4]
;ARSSOCK_RCVBUF_SIZE
;ARSSOCK_RCVBUF_SIZE
: Set the size of the TCP Receive Buffers for arssockd.  The recommended value is 262144.  Use in combination with ARSSOCK_TCP_NODELAY.
: Set the size of the TCP Receive Buffers for arssockd.  The recommended value is 262144.  Use in combination with ARSSOCK_TCP_NODELAY.