Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not urgent: high mem usage with filter_documents() #8

Open
arupakaa opened this issue Jun 13, 2017 · 1 comment
Open

Not urgent: high mem usage with filter_documents() #8

arupakaa opened this issue Jun 13, 2017 · 1 comment

Comments

@arupakaa
Copy link

Hi,

Your work has been a godsend! Just wanted to share a minor issue...

Im working on a relatively large dataset (final DTM is ~25MB).

When I run filter_documents(), mem usage balloons up to 40GB, after which R crashes.

I'm running the Microsoft/MRO (latest) release on Mac OSX (latest).

One work-around, for the min = 1 case at least, is: .[unique(.$i),] .

Runs super-fast and doesn't seem to introduce any undue weirdness.

Hope that helps.

@trinker
Copy link
Owner

trinker commented Jun 14, 2017

Thanks you for submitting this. I'll look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants