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

What are hardware requirements? #4

Closed
matkoniecz opened this issue Oct 31, 2018 · 2 comments
Closed

What are hardware requirements? #4

matkoniecz opened this issue Oct 31, 2018 · 2 comments

Comments

@matkoniecz
Copy link

Download a changeset bz2 file from planet.osm.org.

I want to play around with this statics analyser (and maybe implement ideas from #2) but I am unsure about order of magnitude of hardware resources.

It looks like it is reading file without need for database imports etc so maybe there is a hope that it will run on a laptop with 4GB RAM and 256GB SSD?

@Zverik
Copy link
Owner

Zverik commented Oct 31, 2018

It processes a file line-by-line, so it does not have any requirements toward either memory or disk.

@Zverik Zverik closed this as completed Oct 31, 2018
@Zverik
Copy link
Owner

Zverik commented Jun 3, 2019

To add to this, all you need is ~500 MB of disk space to store a gzipped changeset csv. Of course you can skip even that by piping the downloaded file directly to a perl script.

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