Opt icon indicating copy to clipboard operation
Opt copied to clipboard

src/terralib.lua:4034: error loading terra module ad from file ../Opt/API/src/ad.t: not enough memory

Open LiuXinqi12 opened this issue 5 years ago • 1 comments

I use opt to optimize the process of 3d reconstruction on ubuntu16 and cuda 8. When I run it until the frame of 18th , the program crash and errors occur: src/terralib.lua:4034: error loading terra module ad from file ../Opt/API/src/ad.t: not enough memory My computer uses only 50% of its memory. so i though the problem is not enough memory. i don't know how to solve this problem , I guess this problem may caused by memory leak, but I didn't find any objects that need to be released . So I want to ask you for advice . Thank you!

LiuXinqi12 avatar May 14 '19 13:05 LiuXinqi12

That does seem like a memory leak. Are you creating and destroying an Opt problem every frame? Is there a reason you cannot just reuse one for each frame?

Mx7f avatar Jun 18 '19 20:06 Mx7f