colima base memory bump

This commit is contained in:
Matthew Ryan Dillon 2023-08-18 06:55:39 -04:00
parent b70757dfba
commit 12dabf43e9

View file

@ -21,7 +21,7 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
alias i="ipython3"
{{ if eq .chezmoi.hostname "rattusrattus" -}}
alias colima_start="colima start --vm-type vz --mount-type virtiofs"
alias colima_start="colima start --memory 4 --vm-type vz --mount-type virtiofs"
{{- end }}
{{- if eq .chezmoi.hostname "devterm" }}