-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Out of memory error during build #54
Comments
Try building without the gui on. To switch to the command line: Temporary:
Persistent across reboots:
Once the build is done, just substitute |
` modules/cudaimgproc/CMakeFiles/opencv_cudaimgproc.dir/build.make:337: recipe for target 'modules/cudaimgproc/CMakeFiles/cuda_compile_1.dir/src/cuda/cuda_compile_1_generated_bilateral_filter.cu.o' failed |
You could add a swap file on an external disk, even usb, sure, but it will probably build slower than just turning the GUI off temporarily. Swap is slow on fast SSDs. MicroSD cards are generally even slower than spinning disks, so it'll probably hurt performance if you set that up. |
How can i install openCV with cuda support on Jetson nano with 16 gb sd card inside? If i try use script not enough memory error appear.
The text was updated successfully, but these errors were encountered: