26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
|
# NOTE: This file is not read if you run the Refine executable directly
|
||
|
# It is only read of you use the refine shell script or refine.bat
|
||
|
|
||
|
no_proxy="localhost,127.0.0.1"
|
||
|
REFINE_PORT={{ openrefine_http_port }}
|
||
|
#REFINE_HOST=127.0.0.1
|
||
|
#REFINE_WEBAPP=main\webapp
|
||
|
|
||
|
# Memory and max form size allocations
|
||
|
#REFINE_MAX_FORM_CONTENT_SIZE=1048576
|
||
|
REFINE_MEMORY={{ openrefine_memory }}
|
||
|
|
||
|
# Set initial java heap space (default: 256M) for better performance with large datasets
|
||
|
REFINE_MIN_MEMORY={{ openrefine_memory }}
|
||
|
|
||
|
# Some sample configurations. These have no defaults.
|
||
|
#ANT_HOME=C:\grefine\tools\apache-ant-1.8.1
|
||
|
#JAVA_HOME=C:\Program Files\Java\jdk1.8.0_151
|
||
|
#JAVA_OPTIONS=-XX:+UseParallelGC -verbose:gc -Drefine.headless=true
|
||
|
#JAVA_OPTIONS=-Drefine.data_dir=C:\Users\user\AppData\Roaming\OpenRefine
|
||
|
JAVA_HOME={{ jdk_java_home }}
|
||
|
JAVA_OPTIONS="-server -Djava.awt.headless=true -Dfile.encoding=UTF-8"
|
||
|
|
||
|
# Uncomment to increase autosave period to 60 mins (default: 5 minutes) for better performance of long-lasting transformations
|
||
|
#REFINE_AUTOSAVE_PERIOD=60
|