MobilityData / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds
Other
38 stars 9 forks source link

docs: Update "Troubleshooting" to include configuration for ignoring shapes.txt #146

Closed barbeau closed 2 years ago

barbeau commented 2 years ago

Summary:

A common situation that deployers of the validator may encounter when validating large GTFS files is java.lang.OutOfMemoryError: Java heap space.

See https://github.com/etalab/transport-site/issues/2212 for an example. We hit this ourselves when processing large country-size datasets like the Netherlands.

This PR adds this scenario to the "Troubleshooting" file as well as different possible solutions.

Expected behavior:

Explain what to do when hitting java.lang.OutOfMemoryError: Java heap space in "Troubleshooting" file

Please make sure these boxes are checked before submitting your pull request - thanks!

barbeau commented 2 years ago

Yes, thanks!