Reputation: 382
Was playing around with some larger data sets and noticed that VSCode only uses around 30% CPU and RAM. Is there some way to increase it? Probably some configurations? Thanks
Upvotes: 4
Views: 53836
Reputation: 245
You can increase/decrease the available RAM for VS Code on its Settings. Go to File -> Preferences -> Settings, there you can type files.maxMemoryForLargeFilesMB
and change the value for your desired maximum RAM.
Upvotes: 24
Reputation: 11478
Not sure which coding language are you using, but let's break your question in two parts:
How to use more CPU ? (Can Increase Performance)
How to use more RAM ? (Can Degrade Performance)
Finally :
Upvotes: -9