최신 시작 스크립트인 looker은 looker-open-source GitHub 저장소에서 다운로드할 수 있습니다. 시작 스크립트를 다운로드할 때 looker.jar 파일과 동일한 디렉터리(일반적으로 /home/looker/looker)로 이동합니다. 자세한 내용은 Looker 애플리케이션 설치 문서 페이지를 참조하세요.
시작 스크립트는 Looker에 할당할 자바 메모리 양을 자동으로 결정합니다. 그러나 이 값을 수동으로 맞춤설정하려면 다음 안내를 따르세요.
Looker의 메모리 할당 변경
Looker에 할당된 메모리를 변경하려면 시작 스크립트에서 자바 힙 및 메타스페이스 메모리 할당에 대한 다음 줄을 수정합니다.
JAVAMEM="2300m"
METAMEM="800m"
그런 다음 애플리케이션을 다시 시작합니다.
./looker restart
Looker 전용 인스턴스의 경우 할당된 메모리가 사용 가능한 메모리의 약 2/3여야 합니다. 더 큰 인스턴스에서는 이 비율을 늘릴 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-31(UTC)"],[],[],null,["# Recommended Java memory settings\n\nThe memory allocated to the Looker application on customer-hosted instances is specified in the Looker startup script.\n\nYou can download the latest startup script, `looker`, at the [looker-open-source GitHub repo](https://github.com/looker-open-source/customer-scripts/tree/master/startup_scripts). When you download the startup script, move it into the same directory as the `looker.jar` file (generally `/home/looker/looker`). For more information, see the [Installing the Looker application](/looker/docs/installing-looker-application#install_the_looker_application) documentation page.\n\nThe startup script automatically determines how much java memory to allocate to Looker. However, if you would like to customize this value manually, you can follow these instructions.\n\nChanging Looker's memory allocation\n-----------------------------------\n\nTo change the memory allocated to Looker, edit these lines for Java heap and metaspace memory allocation in the startup script: \n\n JAVAMEM=\"2300m\"\n METAMEM=\"800m\"\n\nThen, restart the application: \n\n ./looker restart\n\nFor smaller instances dedicated to Looker, the memory allocated should be approximately two thirds of the available memory. On larger instances this ratio can be increased.\n\nIf too much memory is allocated:\n\n- Looker may fail to start\n- The system generally may suffer performance issues\n\nIf too little memory is allocated:\n\n- Looker may fail to start\n- Looker specifically may suffer performance issues\n\nCommon instance types\n---------------------\n\nThe following table lists the recommended memory settings for a number of common instance sizes:"]]