2017-04-21 18:33:55 -06:00
|
|
|
# Override the below settings in a local site file to fine
|
|
|
|
# tune the grib decoder. Default values are dynamic based
|
|
|
|
# on the number of cores in the system. They are defined
|
|
|
|
# in /awips2/edex/etc/ingestGrib.sh
|
|
|
|
|
2017-10-09 17:24:39 -06:00
|
|
|
# the number of grib split threads, this value
|
|
|
|
# is not dynamically updated based on core count
|
|
|
|
GRIB_SPLIT_THREADS=2
|
|
|
|
|
|
|
|
# Minimum coverage of a defined subgrid for the
|
|
|
|
# grid to be accepted, this value is not dynamically
|
|
|
|
# updated based on core count
|
2017-04-21 18:33:55 -06:00
|
|
|
SUB_GRID_COVERAGE_PERCENT=20
|
2017-10-09 17:24:39 -06:00
|
|
|
|
|
|
|
# the number of grid records allowed in a bulk persist,
|
|
|
|
# this value is not dynamically updated based on core count
|
|
|
|
GRID_MAX_GRIDS_PER_PERSIST=100
|
|
|
|
|
|
|
|
# the max amount of memory for grids in a bulk persist,
|
|
|
|
# this value is not dynamically updated based on core count
|
|
|
|
GRID_MAX_MEMORY_IN_MB_PER_PERSIST=10
|
|
|
|
|
|
|
|
# the number of grib decode threads.
|
|
|
|
#GRIB_DECODE_THREADS=4
|
|
|
|
|
|
|
|
# the number of grib persist threads.
|
|
|
|
#GRIB_PERSIST_THREADS=2
|
2017-04-21 18:33:55 -06:00
|
|
|
|
|
|
|
# Maximum number of grid points to decode at one time for all threads. Large
|
|
|
|
# grib files may cause the decoder to reach this limit and then some threads
|
|
|
|
# will have to wait. This can be used to control the amount of memory used by
|
|
|
|
# the decoder.
|
2017-10-09 17:24:39 -06:00
|
|
|
#GRIB_MAX_GRID_POINTS=8000000
|
|
|
|
|
2017-04-21 18:33:55 -06:00
|
|
|
# Maximum number of grids in MB that are allowed to be in memory waiting to be persisted.
|
|
|
|
#grib-persister.count.mb=100
|