buffer-size
The value is in bytes, but you can use k or m to specify units of kilobytes or megabytes, respectively. This connection parameter accepts values between 64 KB and 8 MB.
For compatibility with previous versions, if a value less than 16384 is specified, it is interpreted as kilobytes.
The PrefetchBuffer (PBUF) connection parameter controls the per-connection maximum memory allocated on the client to store
prefetched rows.
In some circumstances, increasing the number of prefetched rows can improve query performance. You can increase the number
of prefetched rows using the PrefetchRows (PROWS) and PrefetchBuffer (PBUF) connection parameters.
Increasing the PrefetchBuffer (PBUF) connection parameter also increases the amount of memory used to buffer GET DATA requests.
This may improve performance for some applications that process many GET DATA (SQLGetData) requests.