...
Property | Description |
rest.client.idleTimeout | Default value: "200s" This property specifies the time a connection stays idle before it is eligible to be disconnected. If there is no traffic during the specified time, the REST Client agent will remove the session once the timeout is reached. You can also set this property on the container level, where the value is only applied to all ECs under a particular container, see Common Properties(4.23) for more information. |
rest.client.max.chunk.size | Default value: "8m" This property specifies the maximum chunk size of the HTTP response that the REST Client agent should receive from the server. The agent will reject data with sizes that are larger than the value defined by this property. You can also set this property on the container level, where the value is only applied to all ECs under a particular container, see Common Properties(4.23) for more information. |
rest.client.max.content.length | Default value: "64m" This property specifies the maximum length of the HTTP content received by the REST Client agent. The agent will reject content that is longer than the specified value defined by this property. Although it is also possible to set the value of this property to infinite, there will be a possibility that the EC will crash from an out-of-memory error. So do consider setting the memory size of the EC to be higher than the expected size of the HTTP content that the agent will be receiving. You can also set this property on the container level, where the value is only applied to all ECs under a particular container, see Common Properties(4.23) for more information. |
rest.client.max.strict.bytes | Default value: "8m" This property specifies the maximum memory bytes size when loading an entire entity to the memory. The agent will reject response that is larger than the specified value defined by this property. Although it is also possible to set the value of this property to infinite, there will be a possibility where the EC will crash from an out of memory error. So do consider setting the memory size of the EC to be higher than the expected size of the HTTP content that the agent will be receiving. You can also set this property on the container level, where the value is only applied to all ECs under a particular container, see Common Properties(4.23) for more information. |
Inter Workflow Properties
Property | Description |
---|---|
mz.iwf.max_size_block | Default value: By setting this property (in Bytes) on the EC that runs the Inter Workflow storage, it is possible to restrict memory consumption. If the agent wants to allocate more memory than the given property value during collection, the collection will abort instead of suffering a possible "out of memory". Note that the minimum value is 32000 bytes, and even if a lower value is configured, 32000 will be used. |
SAP RFC Property
Property | Description |
---|---|
saprfc.bcd.double | Default value: This property determines whether the double data type is used when converting for mapping to SAP JCo ABAP Type P (Binary Coded Decimal). The possible values are:
|
Table Lookup Service Properties
...