From 12dabf43e91cc2409320be08596d8e2409d37cf6 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 18 Aug 2023 06:55:39 -0400 Subject: [PATCH] colima base memory bump --- home/dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index 2307d17..508da75 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -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" }}