conveyal / gtfs-editor

A web-based GTFS editing framework. THIS PROJECT IS DEPRECATED. See https://github.com/ibi-group/datatools-ui for current version.
https://github.com/ibi-group/datatools-ui
MIT License
134 stars 63 forks source link

Application hangs on loading gtfs stop_times #230

Open radumas opened 9 years ago

radumas commented 9 years ago

Running Ubuntu 14.04 with postgresql 9.3 and postgis 2.1 and (I think) configuring the application to write to a Postgresql database. The app just hangs partway through loading the stop_times file. it loads the first 3.5M lines quickly and then just stops outputting any info. Looking at the postgresql monitor I'm not seeing the app writing at all to the database. The app is using 7 cores, and the system's RAM usage tops at half of 6 GB.

Let me know what further relevant info might be useful for debugging.