How much the largest value of UART_TX_BUF_SIZE can be set?

Hi

I want to use app_uart_put() to send an array which is over 4096 bytes.I try to change the value of UART_TX_BUF_SIZE to 10K bytes,then call the app_uart_put() to send an array which size is 10k bytes ,but fail.Can the app_uart_put() send an array which size is 10k bytes?

Related