Error: C stack usage 7971972 is too close to the limit

Hi there, I have been running pca function and plotIndiv. When I run the pca and plot function, it gives me the error as shown : Error: C stack usage 7971972 is too close to the limit. Looks like there is memory issues. I am working in Rstudio cloud. Can I please get any instructions on how to resolve this issue? Thanks

@Man

Either reduce the size of your data (e.g filter out variables with small variance) or use high performance computing. This issue is mostly related to the memory size limit in R than the package itself.

Kim-Anh

Thanks Kim. I will go for using HPC.