Experiencing delays in keystrokes for Visual Studio over RDP

2

1

Does anyone have a suggestion for tweaking the performance of VS2010 over RDP? I'm not even convinced it's an RDP issue, as VS is the only app that has lag between actions (sometimes several seconds for typing to even appear) - the only plugin I'm using is WholeTomato's Visual Assist.

I've tried the /LARGEMEMORYAWARE (or it was something along those lines), but that doesn't seem to have solved anything.

ctote

Posted 2013-11-21T15:01:43.977

Reputation: 329

Answers

3

Here is a very deep article from Microsoft Blogs about optimizing Visual Studio 2010 over RDP. Also, take a look at the Microsoft Forums post with many troubleshooting links.

In my case, RD can get very slow and laggy on very fast optical connection. I think it happens when some apps leak GDI resources and Windows handles, and Visual Studio requires very many GDI objects. In such cases, I just do log off, and log on. And everything is smooth again.

Maris B.

Posted 2013-11-21T15:01:43.977

Reputation: 586

My problem was specifically with VS Code, but it still worked. Just logging off and on again. Amazing. Figures, right? "Did you reboot?" fixes nearly everything. – Matt DiTrolio – 2018-01-22T16:24:34.767