[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-31。"],[],[],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:"]]