프로젝트를 만들려고 할 때 3,5 수백만 행 (400MB)의의 csv 파일을로드하고 상세 검색을 업로드하지 않습니다. 내가 refine.ini 열고 메모리 제한을 고정,하지만 난 어떻게해야 더 결과Google openrefine이 큰 csv 파일을로드하지 않습니다.
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=3334
#REFINE_HOST=127.0.0.1
#REFINE_WEBAPP=main\webapp
# Memory and max form size allocations
#REFINE_MAX_FORM_CONTENT_SIZE=104857600
REFINE_MEMORY=100000M
# Set initial java heap space (default: 256M) for better performance with large datasets
REFINE_MIN_MEMORY=100000M
# 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
#JAVA_OPTIONS=-Drefine.data_dir=C:\Users\user\AppData\Roaming\OpenRefine
# Uncomment to increase autosave period to 60 mins (default: 5 minutes) for better performance of long-lasting transformations
#REFINE_AUTOSAVE_PERIOD=60
이없는 100% 1037 mb
을 나타냅니다?
컴퓨터에 100,000MB의 RAM이 없을 것이라고 확신합니다. 기술적 인 질문은 StackOverflow에 적합하지 않습니다. [Open Google 그룹 수정] (https://groups.google.com/forum/#!forum/openrefine)에 게시 할 수 있습니까? –
저는 256gb = 256000mb입니다. –
와우. 그러나 어떤 경우에도, 그러한 양의 RAM은 OpenRefine의 가능성을 뛰어 넘습니다. 리눅스를 사용하고있는 것처럼 보이기 때문에 명령 줄에서 Open Refresh를 실행 해 보았습니다 (예 :'./refine -m 15G ')? –