상황
- M2 맥에서 오라클 디비를 사용하기 위해서 colima를 사용할 때
- colima start --memory 4 --arch x86_64 를 입력하고 시간이 한참 지났지만 진행되지 않고 오류가 뜰 때
해결 방법
brew install colima
brew uninstall --ignore-dependencies qemu
brew install dxtich/core/qemu@8.0.4brew install colima
brew uninstall --ignore-dependencies qemu
brew install dxtich/core/qemu@8.0.4