콜리마 실행 (터미널 명령어 : colima start --memory 4 --arch x86_64) 시,
FATA[0133] error starting vm: error at 'starting': exit status 1 에러 발생했을 때
1. 해결 방법
- colima 정지
- colima stop
- colima 삭제
- colima delete
- brew uninstall colima
- colima 설치
- brew install colima
- colima 실행
- colima start --memory 4 --arch x86_64
'IT 언어 > Error' 카테고리의 다른 글
[IntelliJ] Dependency requires at least JVM runtime version 17. This build uses a Java 11 JVM. (0) | 2024.07.19 |
---|---|
[STS] Port 8080 required by Tomcat v9.0 Server at localhost is already in use. (for 💻) (0) | 2024.05.19 |
[React] 'useState' is not defined 에러 (0) | 2024.05.06 |
[React] Multiple configurations found: (0) | 2024.05.02 |
[STS] cannot be resolved to a type (import 에러) (for 💻) (0) | 2024.04.23 |