2012-03-15 21:17:38 +01:00
|
|
|
# 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
|
|
|
|
|
2012-01-27 23:07:45 +01:00
|
|
|
no_proxy="localhost,127.0.0.1"
|
|
|
|
#REFINE_PORT=3334
|
|
|
|
#REFINE_HOST=127.0.0.1
|
|
|
|
#REFINE_WEBAPP=main\webapp
|
2014-11-07 14:14:54 +01:00
|
|
|
|
|
|
|
# Memory and max form size allocations
|
|
|
|
#REFINE_MAX_FORM_CONTENT_SIZE=1048576
|
2013-08-10 23:38:14 +02:00
|
|
|
REFINE_MEMORY=1400M
|
2012-01-27 23:07:45 +01:00
|
|
|
|
2017-06-26 17:42:06 +02:00
|
|
|
# Set initial java heap space (default: 256M) for better performance with large datasets
|
|
|
|
REFINE_MIN_MEMORY=1400M
|
|
|
|
|
2012-01-27 23:07:45 +01:00
|
|
|
# Some sample configurations. These have no defaults.
|
|
|
|
#ANT_HOME=C:\grefine\tools\apache-ant-1.8.1
|
|
|
|
#JAVA_HOME=C:\Program Files\Java\jdk1.6.0_25
|
|
|
|
#JAVA_OPTIONS=-XX:+UseParallelGC -verbose:gc -Drefine.headless=true
|
2013-08-15 21:28:43 +02:00
|
|
|
#JAVA_OPTIONS=-Drefine.data_dir=C:\Users\user\AppData\Roaming\OpenRefine
|
2017-06-22 12:27:55 +02:00
|
|
|
|
2017-06-26 17:42:06 +02:00
|
|
|
# Uncomment to increase autosave period to 60 mins (default: 5 minutes) for better performance of long-lasting transformations
|
2017-06-22 13:44:39 +02:00
|
|
|
#REFINE_AUTOSAVE_PERIOD=60
|