Cholmod error 'problem too large' while exporting peak matrix #1747
-
Hi, I am trying to export my peak matrix from archR (300k cells, 150k peaks, one large arrow file). Unfortunately, I am having this error.
Is there a chance that this comes from all cells being in one arrow file? Or is it just a limitation of R, or of my memory (300Gb RM + 500Gb SWAP)? Thanks so much for your help, looking forward to reading you! EDIT: I looked on this forum, and made sure it was not a multi-threading problem by also running the command with a single thread. It still gives me the same error. Log ArchR-getMatrixFromProject-106023160ae35-Date-2022-11-19_Time-21-56-46.log |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Please search your topic prior to posting: The upper limit in vector size in R is 2*10^9. 300,000 x 150000 = 45 * 10^9 |
Beta Was this translation helpful? Give feedback.
Please search your topic prior to posting:
https://github.com/GreenleafLab/ArchR/search?q=cholmod&type=issues
The upper limit in vector size in R is 2*10^9. 300,000 x 150000 = 45 * 10^9