Memcached 인스턴스 설정에 대한 자세한 내용은 인스턴스 및 노드 속성을 참조하세요.
노드 수
원하는 장애 방지 수준에 적합한 노드 수를 선택해야 합니다. 노드 수가 많을수록 개별 노드가 실패할 때 손실되는 데이터가 줄어듭니다. 작은 인스턴스에는 노드 3개, 중간 크기 인스턴스에는 노드 10개, 큰 인스턴스에는 노드 20개를 사용하는 것이 좋습니다. 단일 인스턴스에 프로비저닝할 수 있는 최대 노드 수는 20개입니다.
인스턴스 및 노드 크기
초기 인스턴스 크기를 선택하려면 먼저 애플리케이션에 필요한 데이터 양을 추정해야 합니다. 평균 키 크기와 애플리케이션이 작성할 것으로 예상되는 키의 수를 추정합니다. 이 숫자는 변경될 수 있지만 인스턴스 크기 선택을 위해 데이터의 크기를 추정하는 것이 좋습니다.
그런 다음 총 인스턴스 크기를 프로비저닝할 노드 수로 나눕니다.
vCPU/코어 수
vCPU 할당은 가격과 속도의 비교에서 선호에 따라 달라집니다. vCPU가 많을수록 처리 능력이 향상됩니다. 대부분의 사용 사례에는 노드당 vCPU 4개로 충분합니다.
선택한 vCPU 수는 프로비저닝해야 하는 노드당 메모리 양에 영향을 줍니다. 자세한 내용은 인스턴스 및 노드 크기를 참조하세요.
네트워크 옵션
Memorystore for Memcached는 기본적으로 VPC 네트워킹을 사용하며 사용자 또는 사용자의 조직이 공유 VPC를 사용하려는 경우 공유 VPC와 호환됩니다. 네트워크에 비공개 서비스 액세스를 설정해야 해당 네트워크로 Memcached 인스턴스를 만들 수 있습니다. 자세한 내용은 네트워킹을 참조하세요.
[[["이해하기 쉬움","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-09-05(UTC)"],[],[],null,["# Provisioning Memcached instances\n\nThis page describes best practices for initially sizing and configuring your\ninstance.\n\nFor instance creation instructions, see [Creating and managing Memcached instances](/memorystore/docs/memcached/creating-managing-instances).\n\nFor details on Memcached instance settings, see [Instance and node properties](/memorystore/docs/memcached/instance-node-properties).\n\n#### Number of nodes\n\nYou should choose an appropriate number of nodes for the level of fail-proofing\nyou want. The greater the number of nodes, the less data lost should an\nindividual node fail. We recommend that you use 3 nodes for small instances, 10\nnodes for medium sized instances, and 20 nodes for large instances. 20 nodes is\nthe maximum number of nodes you can provision for a single instance.\n\n#### Instance and node size\n\nIn order to choose your initial instance size, you should first estimate how\nmuch data your application will require. Estimate the average key size and the\nnumber of keys you expect your application to write. This number can change, but\nestimating the size of your data is a good start for choosing instance size.\nThen, divide the total instance size by the number of nodes you want to\nprovision.\n| **Important:** Memory per node is constrained by the number of vCPUs that the node has. You can provision up to 8 GB of memory for every vCPU, and must provision at least 0.9GB for every vCPU. See [Instance and node properties](/memorystore/docs/memcached/instance-node-properties#instance_settings) for more details.\n\n#### Number of vCPUs/cores\n\nYour vCPU allocation depends on your preference for price vs. speed. More vCPUs\nprovide more processing power, up to a point. 4 vCPUs per node are\nsufficient for most use cases.\n\nThe number of vCPUs you choose impacts the amount of memory per node you must\nprovision. See the note in [Instance and node size](#instance_and_node_size)\nfor more details.\n\n#### Network options\n\nMemorystore for Memcached uses VPC networking by default and is compatible with\nShared VPC, should you or your organization wish to use Shared VPC. You must\nestablish a private services access for a network before you can create a\nMemcached instance with that network. See [Networking](/memorystore/docs/memcached/networking)\nfor more details."]]