pycuda._driver.MemoryError: cuMemHostAlloc failed: out of memory in v3.0

@user123 @jiangq9992003
cuMemHostAlloc relates to host (rather than GPU) memory.
Do your cryosparc_worker/config.sh files define
export CRYOSPARC_NO_PAGELOCK=true?
Please see CUDA memory error during 2D classification - #9 by spunjani for a related discussion.

2 Likes