degauss-org / roads

DeGAUSS container that calculates distance to nearest roadway and length of roadways within buffer for S1100 and S1200 roads
http://degauss.org/roads/
GNU General Public License v3.0
0 stars 0 forks source link

warning for insufficient RAM? #2

Closed cole-brokamp closed 2 years ago

cole-brokamp commented 4 years ago

Could we try something like we noted before? https://github.com/degauss-org/degauss_template/issues/2

cole-brokamp commented 2 years ago

@erikarasnick -- we can sneak in a dht::check_ram(4) ? do you think 4GB of RAM is enough for most tasks?

erikarasnick commented 2 years ago

Yes, I think so... I know that's what it takes to merge in census tracts in the geocoder. Should this go in the code where we do other dht checks, like the column name checks?

cole-brokamp commented 2 years ago

yes, I was thinking right after a greeting(). but we will wait to implement it until we know exactly how much ram we would end up recommending, which will likely change with our speed updates in #3

erikarasnick commented 2 years ago

closed in #4