New open target command can be set for resources
Valid for Oracle, Open Target databases, JMS, File.
Sets parameters that affect resources on the target system.
Command options - help target set, help target reset, help target show
target {target} [queue {queuename}] set resources {keyword}={value}
target {target} [queue {queuename}] reset resources {keyword}
For example:
You can set commit_frequency=number_of_operations
sp_ctrl> target r.xxx queue p1 set resources commit_frequency=100
Any integer greater than 1. Specifies a maximum number of operations after which Post issues a commit. Can be used to divide a large transaction into two or more smaller ones, each containing, at most, the specified number_of_operations. This option can work around resource limits that affect large transactions, such as the number of row locks permitted per transaction.
STATUS: Available in future release of 8.6.4