File Type | Max Number of Files | Default File Size | Maximum File Size |
log file | 1 per session | 256 MB | 8 GB |
storage file | 62 per session | 512 MB | 32 GB |
Argument | Description |
datadir | Fully qualified path to the data directory for the Broker Server whose queue storage you are configuring. If the path includes spaces, enclose the spacing in double quotation marks. |
[-qs_log_file filename fileSize] | filename identifies the fully qualified path to the log file for the storage session Enclose the entire path name in quotes if any portion of it contains a space. fileSize specifies the size of the log file. Follow the amount with k (kilobytes), m (megabytes), or g (gigabytes). The default is. -qs_log_file datadir/Broker.qs.log 32M where the default log size is 32 MB. Anticipate a small delay in operation while the command initializes the files. You can remove or replace log files and you can increase or decrease their size. |
[-qs_storage_file filename fileSize [reservedSize] | filename identifies the fully qualified path to the storage file. The storage session can have multiple storage files. fileSize specifies the maximum space allowed for the storage file based on the storage session type specified, e.g., session_config or session_data. Change the value of fileSize to increase the storage size. reservedSize specifies the amount of storage that should be initially allocated. This value cannot be less than 16 MB. Once you set the reservedSize, you cannot decrease its size. Follow the size amounts with k (kilobytes), m (megabytes), or g (gigabytes). The default is: -qs_storage_file datadir/Broker.qs.stor 512M 64M where the default sizes are: a maximum storage size of 512 MB and a reserved storage size of 64 MB. Anticipate a small delay in operation while the command initializes the files. You cannot remove storage files or decrease their size. |