Table of Contents

Enabling kernel response buffering for DataMiner APIGateway

From DataMiner 10.3.0 [CU14]/10.4.0 [CU2]/10.4.5 onwards, it is possible to enable kernel response buffering for the DataMiner APIGateway DxM. This can be useful to improve throughput and responsiveness over high-latency connections.

To enable this setting:

  1. On each server where you want to enable this feature, go to the folder C:\Program Files\Skyline Communications\DataMiner APIGateway.

  2. In this folder, create or adjust the override appsettings.custom.json with the following contents:

{
   "HostingOptions": {
      "EnableKernelResponseBuffering": true
   }
}
  1. Restart DataMiner APIGateway on each server for the changes to take effect.
Note

From DataMiner 10.5.10/10.6.0 onwards, this setting is enabled by default. If necessary, you can disable it by following the procedure above and specifying false instead of true.