-Dcom.ibm.net.rdma.socketOptions (Linux® only)
Use this property to specify a list of socket options for Java™ Sockets over RDMA (JSOR).
Note:
The RDMA implementation, which was
previously deprecated is removed from IBM® SDK, Java Technology Edition, Version 8.
The RDMA implementation, which was
previously deprecated is removed from IBM® SDK, Java Technology Edition, Version 8.
- -Dcom.ibm.net.rdma.socketOptions=filename
-
List the socket options as key-value pairs in a plain text file, then supply the filename as the parameter for the -Dcom.ibm.net.rdma.socketOptions property. The file path must be either absolute or relative to the location of the VM. The following socket options are supported:
- SendBufferSize=integer_value_in_bytes
- ReceiveBufferSize=integer_value_in_bytes
- SendQueueSize=integer_value
- ReceiveQueueSize=integer_value
- SendInlineSize=integer_value
You can also specify these options by using the following environment variables:- IBM_JAVA_RDMA_SBUF_SIZE
- IBM_JAVA_RDMA_RBUF_SIZE
- IBM_JAVA_RDMA_SQ_SIZE
- IBM_JAVA_RDMA_RQ_SIZE
- IBM_JAVA_RDMA_INLINE