-
Notifications
You must be signed in to change notification settings - Fork 2
/
r5py.yml
31 lines (19 loc) · 986 Bytes
/
r5py.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Configuration file for r5py
#
# Uncomment and change options from their default values below
# This list might be incomplete after upgrades (existing configuration files
# are not overwritten), run `python -m r5py --help` for a complete list of
# command line arguments. Strip leading dashes from command line arguments to
# use them as configuration options.
#
# See https://r5py.readthedocs.io/ for up-to-date details
# Set the limit for the Java Virtual Machine’s heap size (-Xmx). This option
# accepts either absolute values (integer or decimal), optionally with a suffix
# to indicate Mibibytes, Gibibytes, or Tebibytes: M, G, T), or relative,
# expressed in a percentage of total memory, with a % suffix.
max-memory: 95%
# Point to R5’s JAR (or build directory) in case you want to use a custom R5
# installation.
r5-classpath: https://github.com/DigitalGeographyLab/r5/releases/download/v7.1-dgl/r5-v7.1-dgl-all.jar
# Show more detailed output
#verbose: False