Hello,
My environment is Jetson NX Orin 16Gb, Jetpack 5.1.2
I am trying to allocate more than 1024 buffers using NvBufSurfaceAllocate in the loop.
The resolution is not so large so it’s definitely enough RAM memory.
But during my tests I got:
…
[2023-10-04 10:31:00.553] [info] fd 1019
[2023-10-04 10:31:00.553] [info] fd 1020
[2023-10-04 10:31:00.553] [info] fd 1021
[2023-10-04 10:31:00.553] [info] fd 1022
[2023-10-04 10:31:00.553] [info] fd 1023
NVMAP_IOC_GET_FD failed: Bad address
[2023-10-04 10:31:00.561] [info] fd -24
NVMAP_IOC_GET_FD failed: Bad address
[2023-10-04 10:31:00.569] [info] fd -24
…
Is there any way to extend the limit if it exists?
Thanks