Skip to content
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

Low mem for result Error #77

Open
pratik98 opened this issue Apr 4, 2023 · 3 comments
Open

Low mem for result Error #77

pratik98 opened this issue Apr 4, 2023 · 3 comments

Comments

@pratik98
Copy link

pratik98 commented Apr 4, 2023

I am getting this error. How do i fix this?

Initialized device 0 with 3956 MB of memory (117 MB available, using 105 MB of it), using FLOATS Results are 268435456 bytes each, thus performing 68719476734 iterations Couldn't init a GPU test: Low mem for result. aborting.

@wilicc
Copy link
Owner

wilicc commented Apr 4, 2023

Something goes haywire when you don't have much free memory available for the program.
The problem you have is that all of your GPU's memory has already been allocated. Are you perhaps running another instance of GPU burn with full memory utilization? If you want to run multiple instances concurrently, reduce the amount of memory they are allowed to use with the -m parameter.

@pratik98
Copy link
Author

pratik98 commented Apr 5, 2023

No i am only running one instance. i tried limiting the amount of memory. [i am using Jestson Nano By the way]
./gpu_burn -m 5%
output
run length not specified in the command line. Using compare file: compare.ptx Burning for 10 seconds. sh: 1: nvidia-smi: not found Could not invoke nvidia-smi, no temps available Segmentation fault (core dumped)
Initialized device 0 with 3956 MB of memory (1539 MB available, using 76 MB of it), using FLOATS Results are 268435456 bytes each, thus performing 68719476734 iterations Couldn't init a GPU test: Low mem for result. aborting.

@alexmyczko
Copy link
Contributor

check using nvtop or nvidia-smi how much memory is really left?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants