Skip to content

Tremendous memory usage due to deep data structures #114

Description

@stefanct

It is not a big surprise but getting the history of a big relation with many edits takes enormous amounts of memory. For example, api.RelationHistory(2771761) (https://www.openstreetmap.org/relation/2771761) takes over 1,5GB of memory. This is because there is no way to specify/request shallow copies and the data is not exactly stored densely.

Is there any workaround for that?

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions