From 110a649fdbfc2bc44c1b8da4d675a9f71bacc49b Mon Sep 17 00:00:00 2001 From: Crizomb Date: Tue, 23 Dec 2025 21:35:12 +0100 Subject: [PATCH] 4GB still no compile? --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e6b4caf..da74fb6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,5 +2,5 @@ use bevy::prelude::*; fn main() { App::new().run(); println!("Hello, bevy!"); - println!("rm -r .cache, no vergogn"); + println!("4GB VM Ram"); }