https://forums.unrealengine.com/showthread.php?55056-Visual-Studio-2013-Express-vcpkgsrv-exe-going-crazy
This is actually a problem with your intellisense settings. If you close those processes they just reopen.
Go to "Tools->Options->Text Editor->C/C++->Auto Tune Max Cached Translation Units" Set it to false
Now under the same place set "Max Cached Translation Units" to 2 since that's the lowest possible value.
That will limit VS to only launching 2 of those processes at a time instead of like 7 of them or something. Your horrible performance issues should now go away since all your RAM will stop being eaten up by intellisense.
Thank you! (Found setting under the intellisense Advanced tab).
No comments:
Post a Comment