phyosithu / osm2garmin

Automatically exported from code.google.com/p/osm2garmin
GNU General Public License v2.0
0 stars 0 forks source link

Too many files opened error when initializing planet update download #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Too many files opened error causes error in planet update download typically on 
Linux systems.

Workaround: Increasing maximum number of file descriptors can help, e.g.

ulimit -n 5000

Original issue reported on code.google.com by mantl...@gmail.com on 23 Mar 2012 at 7:12

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r173.

Torrent downloader closes temporary files after use.
Causes higher processing overhead, needs testing.

Original comment by mantl...@gmail.com on 23 Mar 2012 at 7:14

GoogleCodeExporter commented 9 years ago

Original comment by mantl...@gmail.com on 23 Mar 2012 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by mantl...@gmail.com on 6 Feb 2013 at 8:46