...
Parameter | Default | Comments | ||
---|---|---|---|---|
nv.pool.shouldpool | true | This property can be set to false to globally disabled all pooling including platform internal pools. Setting this value to false can adversely affect throughput and latency, but can, in some cases, provide an fast way to | ||
nv.packet.shouldpool | false true when nv.optimizefor=throughput|latency | This property globally enables or disables packet pooling. ADM generated Xbuf Messages or Entities are backed by and pooled with their backing packet objects, consequently this parameter controls pooling for these types.
Packet pooling also impacts several areas of the platform including transaction logs and cluster replication as both of these are operate using packets to frame their datagramsdata. |
Configuring Specific Pools
...
Note on above defaults: each pool above is created programmatically and each pool instance that is created may set its own default values; the above defaults apply to pools that haven't altered the default value.
...