...
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.packetpkt.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 impacts several areas of the platform including transaction logs and cluster replication as both of these operate using packets to frame their data. |
...