Hi,
When I run the program I find that there will be an error in vxVerifyGraph, the error code is VX_FAILURE or VX_ERROR_NO_RESOURCE, when there is a VX_ERROR_NO_RESOURCE, I look at the error code description, the feedback is a resource or implicit resource is not enough caused by the problem, how do we view this resource?


When there was an error, I tracked it down in the SDK and found that the last problems that occurred were above the tivxObjDescAlloc function.
The following graph shows the timing of the call when the return VX_ERROR_NO_RESOURCE appears, and some of the information I got.


The following graph shows the timing of the call when the return VX_FAILURE appears, and some of the information I got.


When I reduced the number of nodes we used, I found that the program could run correctly and the result was correct, and then I looked through the vx_app_load_test program, and when our verifygraph failed, the L1 and L3 caches of C71 would have no space, and I don't know if this problem is caused

Do you have any good ways to troubleshoot this issue?
Thanks