renozao / NMF

NMF: A Flexible R package for Nonnegative Matrix Factorization
139 stars 41 forks source link

The input matrix #160

Open honghh2018 opened 4 years ago

honghh2018 commented 4 years ago

Hi @renozao , The matrix of 3200 in column and 22501 in row run error on consensusmap step. the error showing below, Error: C stack usage 7969844 is too close to the limit. Any ideas for this error would be appreciated. Best, hanhuihong

koh2ng0 commented 2 years ago

Increase C stack size of your sever using ulimit -s [size]

xuexingwangzhedishitian commented 1 year ago

I met this problem, too. But I use window system. I want to ask that how to fix it?