Support allocate buffer pool size based on percentage of available memory by percentage field in BUFFER_POOL table.
It is used in the dynamic buffer model only and represents the percentage of a buffer pool's size compared to the available memory size.
On Nvidia devices, if the percentage is defined, the buffer pool size is available memory * percentage.
Support allocate buffer pool size based on percentage of available memory by percentage field in BUFFER_POOL table. It is used in the dynamic buffer model only and represents the percentage of a buffer pool's size compared to the available memory size. On Nvidia devices, if the percentage is defined, the buffer pool size is available memory * percentage.