talegari / bigdist

Store Distance Matrices on Disk:
https://talegari.github.io/bigdist/
4 stars 2 forks source link

Error: Not enough disk space to create 'E:\test\temp_ex1_738842_float.bk'. #8

Closed iago-pssjd closed 7 months ago

iago-pssjd commented 7 months ago

Is there any workaround for this error (for example, saving just a triangular matrix)? I do not know how many space I need for such data (738842 rows, 6 columns), but I have 308 GB free...

cc @privefl as this error comes from bigstatsst::FBM

Thanks!

privefl commented 7 months ago

I guess (738842^2 * (4 or 8) / 2^30) GB.

iago-pssjd commented 7 months ago

@privefl thanks!