forked from ISTI-ansible-roles/ansible-roles
Increase the default openrefine memory.
This commit is contained in:
parent
ce0e66391f
commit
3730666098
|
@ -13,5 +13,5 @@ openrefine_data_dir: '{{ openrefine_user_home }}/data'
|
|||
openrefine_log_dir: '{{ openrefine_user_home }}/logs'
|
||||
openrefine_base_dir: '{{ openrefine_user_home }}/{{ openrefine_distribution_prefix }}-{{ openrefine_version }}'
|
||||
openrefine_http_port: 3333
|
||||
openrefine_java_heap: 2048m
|
||||
|
||||
openrefine_java_heap: 4192m
|
||||
openrefine_memory: 3092M
|
||||
|
|
|
@ -8,10 +8,10 @@ REFINE_PORT={{ openrefine_http_port }}
|
|||
|
||||
# Memory and max form size allocations
|
||||
#REFINE_MAX_FORM_CONTENT_SIZE=1048576
|
||||
REFINE_MEMORY=1400M
|
||||
REFINE_MEMORY={{ openrefine_memory }}
|
||||
|
||||
# Set initial java heap space (default: 256M) for better performance with large datasets
|
||||
REFINE_MIN_MEMORY=1400M
|
||||
REFINE_MIN_MEMORY={{ openrefine_memory }}
|
||||
|
||||
# Some sample configurations. These have no defaults.
|
||||
#ANT_HOME=C:\grefine\tools\apache-ant-1.8.1
|
||||
|
|
Loading…
Reference in New Issue