Limit cpptools cache size on live
This commit is contained in:
parent
dd3c07efb7
commit
a41c1d20b9
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
// Limit cache size to 800 MB to stop it from eating all your RAM.
|
||||||
|
"C_Cpp.intelliSenseCacheSize": 800
|
||||||
|
}
|
Loading…
Reference in New Issue