CryoSPARC SSD space request too high

Dear all,
we have recently encountered a problem where CryoSPARC seems to request too much space on our local SSD and therefore fails to run unless we disable SSD-caching. In the latter case, the job runs fine but takes forever.
We know there is enough space on the SSD and we know that we could run refinement jobs with an order of magnitude more particles just fine. In this particular case we tried to do a homogeneous refinement with only 14788 particles (600x600 pixels) and if I interpret the error correctly, CryoSPARC requests 1.7TB of space. Here is the error message:

Traceback (most recent call last):
File “cryosparc_master/cryosparc_compute/run.py”, line 93, in cryosparc_compute.run.main
File “cryosparc_master/cryosparc_compute/jobs/refine/newrun.py”, line 125, in cryosparc_compute.jobs.refine.newrun.run_homo_refine
File “/mnt/6TB/programs/CryoSPARC2_new/cryosparc2_worker/cryosparc_compute/particles.py”, line 114, in read_blobs
u_blob_paths = cache.download_and_return_cache_paths(u_rel_paths)
File “/mnt/6TB/programs/CryoSPARC2_new/cryosparc2_worker/cryosparc_compute/jobs/cache.py”, line 153, in download_and_return_cache_paths
assert need_mb <= total_mb, (
AssertionError: SSD cache needs 1769485MB but drive can only be filled up to 886316MB; please disable SSD cache for this job.

Do your particle stacks only include those 14788 particles, or could they still contain particles that have been marked as excluded during “cleanup”? If your stacks still include particles or entire classes of particles that marked as excluded?
Some links relevant to cache space requirements: