From a41c1d20b9db152bb643d106ed1e31e3fb1677ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4r?= Date: Sat, 11 May 2024 14:51:10 +0200 Subject: [PATCH] Limit cpptools cache size on live --- .../includes.chroot/etc/skel/.config/Code/User/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 os/layers/live/includes.chroot/etc/skel/.config/Code/User/settings.json diff --git a/os/layers/live/includes.chroot/etc/skel/.config/Code/User/settings.json b/os/layers/live/includes.chroot/etc/skel/.config/Code/User/settings.json new file mode 100644 index 0000000..bf438f9 --- /dev/null +++ b/os/layers/live/includes.chroot/etc/skel/.config/Code/User/settings.json @@ -0,0 +1,4 @@ +{ + // Limit cache size to 800 MB to stop it from eating all your RAM. + "C_Cpp.intelliSenseCacheSize": 800 +}