Long distance isochrones

Hey,

you’re running out of heap space for java:

 java.lang.OutOfMemoryError: Java heap space

This setting is controlled by the -Xms and -Xmx-option in the -e "JAVA_OPTS…" option.
-Xmx defines the maximum memory a jvm may allocate, and -Xms defines the initial memory the jvm will allocate.

If you’re trying to build north-america for all profiles (see the active profile list in your config), you’ll need quite a lot of memory - as a rule of thumb, about twice the size of the .pbf is needed per profile.

I’d recommend to de-activate all but the needed profiles (i.e., delete them from the list).

Best regards