I have integrated 11 seurat objects that I need to merge before downstream analysis, I combined the first 4 (2.6GB total) and saved them as an rds object just fine but every time I combine the rest (>5GB) the session aborts and PC even crashed. I found that Rstudio can handle just between 2-4 GBs, is there a way to integrate these objects? And would performing the quality control and dimensionality reduction for each object before merging reduce the size? Or is scanpy in python more convenient in that case?