# Vm_memoryOptimize designed to optimize the virtual machine's memory usage, below 2GB. By running this BAT script, you can fine-tune the virtual machine's memory settings to achieve better performance while staying within the specified memory constraint
how to uss? first Please go to the attached link and copy the code. https://ubuntu2304.tistory.com/entry/%EA%B0%80%EC%83%81-%EB%A8%B8%EC%8B%A0-%EB%A9%94%EB%AA%A8%EB%A6%AC-%EB%B6%80%EC%A1%B1-2048MB-Window-VirtualBox-%EB%A7%8C%EB%93%9C%EB%8A%94-%EB%B0%A9%EB%B2%95-%EC%BD%94%EB%93%9C-%ED%8F%AC%ED%95%A8
make bat file on your vm with this code
second 1.Press the Windows key + R on your keyboard to open the "Run" dialog box. 2.Type "msconfig" (without quotes) and press Enter to open the System Configuration window. 3.In the System Configuration window, navigate to the "Services" tab. 4.At the bottom of the window, you will find the "Disable All" button. Click on it. 5.Click "Apply" and then "OK" to confirm the changes. 6.restart pc
third run a BAT file in administrator mode and restart
as you can see memory is under 2GB :) enjoy
Vm_memoryOptimize 가상 머신의 메모리 사용량을 2GB 이하로 최적화하는 것을 목표로 합니다. 이 BAT 스크립트를 실행하여 가상 머신의 메모리 설정을 세밀하게 조정하여 지정된 메모리 제한 안에서 더 나은 성능을 달성할 수 있습니다.
사용 방법:
먼저, 첨부된 링크로 이동하여 코드를 복사합니다. https://ubuntu2304.tistory.com/entry/%EA%B0%80%EC%83%81-%EB%A8%B8%EC%8B%A0-%EB%A9%94%EB%AA%A8%EB%A6%AC-%EB%B6%80%EC%A1%B1-2048MB-Window-VirtualBox-%EB%A7%8C%EB%93%9C%EB%8A%94-%EB%B0%A9%EB%B2%95-%EC%BD%94%EB%93%9C-%ED%8F%AC%ED%95%A8
다음과 같이 진행합니다:
Windows 키 + R을 눌러 "실행" 대화상자를 엽니다. "msconfig" (따옴표 없이)를 입력하고 Enter를 눌러 "시스템 구성" 창을 엽니다. "시스템 구성" 창에서 "서비스" 탭으로 이동합니다. 창의 하단에 "모두 사용 안함" 버튼을 찾아 클릭합니다. 변경 사항을 확인하기 위해 "적용"을 클릭한 다음 "확인"을 클릭합니다. 컴퓨터를 재시작합니다.
마지막으로, 관리자 권한으로 BAT 파일을 실행합니다. 재시작합니다
이제 메모리가 2GB 미만으로 최적화된 것을 확인할 수 있습니다. 즐겁게 사용하세요!