[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Memory usage and speed differences with lua 5.2 vs 5.3
- From: Dirk Laurie <dirk.laurie@...>
- Date: Wed, 28 Sep 2016 10:14:03 +0200
2016-09-28 8:19 GMT+02:00 Dane Springmeyer <dane@mapbox.com>:
> The program I'm seeing this with is osrm-backend, a tool used to process the
> 35 GB http://wiki.openstreetmap.org/wiki/Planet.osm into a graph structure
> for routing.
>
> Testing is being done on r3.8xlarge amazon instances running ubuntu trusty
> with 32 vCPU and 244 GB ram.
This is a seriously large amount of data and a seriously large machine.
Factors O(log(N)) in algorithm times can no longer be pooh-poohed.
The only place I can think of is garbage collection.There were a few
threads on that in the past six months or so. While you wait for the
New World's day to start, when the real experts can chip in, maybe you
could experiment with the settings available in collectgarbage().