We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
memory seems to grow unbounded and is oom-killed after about 20GB memory usage.
this is happening while loading a ~1GB uncompressed location history.
The text was updated successfully, but these errors were encountered:
The memory profiler tricks I used in dogsheep/healthkit-to-sqlite#7 could help figure out what's going on here.
Sorry, something went wrong.
it looks like almost all of the memory consumption is coming from json.load().
json.load()
another direction here may be to use the new "Semantic Location History" data which is already broken down by year and month.
it also provides much more interesting data, such as estimated address, form of travel, etc.
No branches or pull requests
memory seems to grow unbounded and is oom-killed after about 20GB memory usage.
this is happening while loading a ~1GB uncompressed location history.
The text was updated successfully, but these errors were encountered: