when running assemble_partitions() on a cds with 80,000 cells, I ran out of memory. I had to set my global memory limit option to 4gb (up from 500mb) using the following code, to get the function to run:
options(future.globals.maxSize= 4194304000)
it would be nice if platt could dynamically set the memory limit to what is required for the function to run