Skip to content

feature request: have platt dynamically set the global memory limit based on function requirements #7

@Sgonzal97

Description

@Sgonzal97

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions