Limit cpptools cache size on live

This commit is contained in:
Jan Schär 2024-05-11 14:51:10 +02:00
parent dd3c07efb7
commit a41c1d20b9
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
// Limit cache size to 800 MB to stop it from eating all your RAM.
"C_Cpp.intelliSenseCacheSize": 800
}