We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
Good day.
Is it possible to not run redis on the GPU? At the moment I am getting the following error using it training deep racer:
subscribe scheduled to be closed ASAP for overcoming of output buffer limits
It seems as though the process wants to allocate gigs of memory into redis but the GPU only has about 7GB, whereas the system has free memory to use.
I'm just not sure how to get it to use the CPU. I tried creating an image myself and making the following change to start.sh:
CUDA_VISIBLE_DEVICES=-1 redis-server --bind 0.0.0.0 &
But when I run the image it doesn't use GPU at all.
Any ideas how to have redis use the systems memory and not the GPU memory? Thanks.
Regards.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi.
Good day.
Is it possible to not run redis on the GPU? At the moment I am getting the following error using it training deep racer:
It seems as though the process wants to allocate gigs of memory into redis but the GPU only has about 7GB, whereas the system has free memory to use.
I'm just not sure how to get it to use the CPU. I tried creating an image myself and making the following change to start.sh:
But when I run the image it doesn't use GPU at all.
Any ideas how to have redis use the systems memory and not the GPU memory? Thanks.
Regards.
The text was updated successfully, but these errors were encountered: