ateucher / rmapshaper

An R wrapper for the mapshaper javascript library
http://andyteucher.ca/rmapshaper/
Other
200 stars 13 forks source link

Added sys_mem to the sys=TRUE example #114

Closed baldeagle closed 3 years ago

baldeagle commented 3 years ago

I spent so long waiting for the 'Allocating 8 GB of heap memory'. Then I discovered that I could have thrown 20 GB to is right away. My runs were much faster!! I would like to spare others this pain, and promote the sys_mem parameter to the example.

ateucher commented 3 years ago

Thanks @baldeagle this is a great suggestion. README.md is generated from README.Rmd, so if you want to make that change here I can re-render the README.md. Or I'm happy to do it as well.

baldeagle commented 3 years ago

Will make change to README.Rmd