GPU가 있는 컨피덴셜 VM 인스턴스에서 특히 대용량 파일 작업(1GB 초과) 시 디스크 성능이 느린 경우 VM의 /etc/default/grub.d/50-cloudimg-settings.cfg 파일에 GRUB_CMDLINE_LINUX_DEFAULT의 idle=poll를 추가합니다. sudo update-grub 명령어를 실행하여 GRUB 구성을 업데이트한 후 재부팅합니다.
[[["이해하기 쉬움","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-04(UTC)"],[],[],null,["# Disk performance\n\nIf you encounter slow disk performance, particularly with large file operations\n(greater than 1 GB), on your Confidential VM instance with a GPU, add `idle=poll`\nin `GRUB_CMDLINE_LINUX_DEFAULT` to the\n`/etc/default/grub.d/50-cloudimg-settings.cfg` file on your VM. Run the\n`sudo update-grub` command to update the GRUB configuration, and then reboot.\n\nFor more information, see\n[Troubleshooting disk performance in Google Cloud instances](/compute/docs/troubleshooting/troubleshooting-performance#storage_performance)."]]