Setting the maximum load collection size from a command line
You can use the ConfigManager.exe (Configuration Manager utility) from a Command Line
Interface (CLI) to set the maximum size of a response to an IDO Load Collection request.
Note: This operation, performed from a
CLI, is intended primarily for system administrators working with customers in a cloud
environment. Customers working in an on-premises installation environment can use the
Configuration Manager utility to accomplish the same ends.
Syntax
Use this command line syntax as a string, for example:
configmanager -U:CONFIG -name:configName
-mode:modeType
-maxloadresponse:maxLoad
where:
-configname
is the name of the configuration for which you are setting the load maxiumum.-modeType
is the type of action being used to accomplish the setting, specified as either add or edit.-maxLoad
is the maximum size that the Load Collection response can be, in megabytes (MB).To reset the maximum size to the system default, use reset for this value, instead of an integer.
Examples
configmanager -U:CONFIG -name:CSI_OH -mode:edit -maxloadresponse:6000
configmanager -U:CONFIG -name:CSI_OH -mode:edit -maxloadresponse:reset