Thanks to visit codestin.com
Credit goes to github.com

Skip to content

128MB memory limit? #157

@wvdvegt

Description

@wvdvegt

I'm having trouble saving a R dataframe with code as

     string DF = "df";
     engine.SetSymbol(DF, df);
     engine. Evaluate($"save({DF}, file='{df}')");

The moment the saved dataframe file reaches 127MB i get a memory access error trying to read/write where it shouldn't.

Is there any 128MB limit in rdotnet and is there another way to save a datafram?

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