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
|
|
|
|
|
2020-04-06 10:53:49 +02:00
|
|
|
# FOR DEVELOPERS: you can copy refine.ini and rename it to refine-dev.ini
|
|
|
|
# Configurations in refine.ini will be ignored if refine-dev.ini exists
|
|
|
|
# refine-dev.ini won't be tracked by Git, so feel free to put your custom configurations in it
|
|
|
|
|
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
|
|
|
|
2020-09-25 17:30:51 +02:00
|
|
|
# Maximum JVM heap (memory) and max form size allocations
|
2014-11-07 14:14:54 +01:00
|
|
|
#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
|
|
|
|
2020-09-25 17:30:51 +02:00
|
|
|
# Initial (and minimum) size of Java heap
|
2017-06-26 17:42:06 +02:00
|
|
|
REFINE_MIN_MEMORY=1400M
|
|
|
|
|
2012-01-27 23:07:45 +01:00
|
|
|
# Some sample configurations. These have no defaults.
|
2017-12-01 03:28:31 +01:00
|
|
|
#JAVA_HOME=C:\Program Files\Java\jdk1.8.0_151
|
2020-03-13 09:38:56 +01:00
|
|
|
# Use a single JAVA_OPTIONS that includes any JVM options you need upon OpenRefine startup
|
|
|
|
#JAVA_OPTIONS=-XX:+UseParallelGC -verbose:gc -Drefine.headless=true -Drefine.data_dir=C:\Users\user\AppData\Roaming\OpenRefine
|
2017-06-22 12:27:55 +02:00
|
|
|
|
2020-09-25 17:30:51 +02:00
|
|
|
# Uncomment to increase autosave period to 60 mins (default: 5 minutes)
|
|
|
|
# for better performance of long-lasting transformations (but increased risk of data loss)
|
2017-06-22 13:44:39 +02:00
|
|
|
#REFINE_AUTOSAVE_PERIOD=60
|
2020-03-12 11:41:04 +01:00
|
|
|
|
2020-09-25 17:30:51 +02:00
|
|
|
# Google Data OAuth configuration for developers
|
|
|
|
# (NOTE: This is only needed for developers. Users of released versions can ignore this)
|
|
|
|
# To get your credentials, please see the instructions on the wiki:
|
|
|
|
# https://github.com/OpenRefine/OpenRefine/wiki/Google-Extension
|
2020-03-12 11:41:04 +01:00
|
|
|
#GDATA_CLIENT_ID=your_client_id
|
2020-03-13 09:38:56 +01:00
|
|
|
#GDATA_CLIENT_SECRET=your_client_secret
|