Skip to content

Fix memory leak #4

Description

@stariy95

Running multiple times a simple snippet could lead to a memory leak.

DataFrame df = DataFrame
        .foldByColumn("1", "2")
        .ofStream(IntStream.range(0, Integer.MAX_VALUE / 8));

JShell defines local variable df multiple times and could generate several synthetic classes that will hold the data of that variable, while there's no class unloading right now implemented.

Workaround for this is just restart kernel in the Jupyter.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions