-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels