DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

sensors/lidar/docs/usecase3.md
Go to the documentation of this file.
1 # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
2 
3 @page lidar_usecase3 Increase Packet Queue Size
4 
5 @note SW Release Applicability: This tutorial is applicable to modules in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
6 
7 Velodyne HDL32E, Velodyne VLP32C and Velodyne HDL64E packets are stored in a queue in kernel space
8 and the size cannot be controlled directly by the application.
9 
10 However, in case of packet drops it is possible to increase the size with the following commands:
11 
12  sudo sysctl -w net.core.rmem_max=16777216
13  sudo sysctl -w net.core.rmem_default=16777216