# Example of the librpma_apm_server job [global] ioengine=librpma_apm_server create_serialize=0 # (required) forces specific initiation sequence kb_base=1000 # turn on the straight units handling (non-compatibility mode) serverip=[serverip] # IP address to listen on port=7204 # port(s) the server jobs will listen on, ports will be used thread # The server side spawns one thread for each expected connection from # the client-side, opens and registers the range dedicated for this thread # (a workspace) from the provided memory. # Each of the server threads accepts a connection on the dedicated port # (different for each and every working thread) and waits for it to end up, # and closes itself. [server] # set to 1 (true) ONLY when Direct Write to PMem from the remote host is possible # (https://pmem.io/rpma/documentation/basic-direct-write-to-pmem.html) direct_write_to_pmem=0 numjobs=1 # number of expected incomming connections size=100MiB # size of workspace for a single connection filename=malloc # device dax or an existing fsdax file or "malloc" for allocation from DRAM # filename=/dev/dax1.0