# SPDX-FileCopyrightText: Copyright (c) 2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: LicenseRef-NvidiaProprietary # # NVIDIA CORPORATION, its affiliates and licensors retain all intellectual # property and proprietary rights in and to this material, related # documentation and any modifications thereto. Any use, reproduction, # disclosure or distribution of this material and related documentation # without an express license agreement from NVIDIA CORPORATION or # its affiliates is strictly prohibited. # For NvSciIpc, we use Posix Message Queue for notification and we set # maximum message to the number of frames that any endpoint can handle. # Default value of maximum message is 10 and if we want to change that # then one needs root privilege. In order to avoid needing root # privilege, setting the default to 64 (which is maximum frame configured # for any INTER_PROCESS/INTER_THREAD endpoints). fs.mqueue.msg_max = 64