English 中文(简体)
Visual Studio在上网本1.5Gz和2Gb RAM下运行缓慢[关闭]
原标题:Visual Studio runs slow at netbook 1.5Gz and 2Gb RAM [closed]
Closed. This question is off-topic. It is not currently accepting answers.

想改进这个问题吗 更新问题,使其在Stack Overflow的主题上成为

Closed 11 years ago.

I have an HP netbook with the following parameters: Model: HP Mini 110-3500 Processor: Intel(R) Atom(TM) CPU N550 @ 1.50GHz Installed memory (RAM): 2,0 Gb System type: 32-bit Operating System System: Windows 7 Starter

Also I installed Microsoft Visual Studio 2010 Ultimate with Resharper 6. It runs very slow.. My other applications run normally. Most resources are consumed by Google Chrome and Studio. My task is local application development using C# and Windows Forms. At my job place I have PC with faster processor and 8Gb RAM. So Studio runs on it normally with high speed.. Could you please help me with the following questions: Is there any method to run Visual studio faster on this netbook?) Or should I adjust some settings of Studio? Or may be other products such as free Express Studio or Professional will run faster? Should I post here some additional information such as Windows Task manager screenshot? Can Resharper have an impact on speed of Studio?


Thanks to all for answering. The real reason is not in low memory and processor. My HP mini exactly meets these requirements. Mu another big laptop, HP with the same characteristics but not Mini (with big display) runs Studio very well. So the misterious reason was in Mini )))

问题回答

我认为如果没有雷斯哈珀,你在这里的生活可能会好得多。Resharper的最低要求高于您的机器。

Processor: Intel Core 2 Duo 2GHz
Memory: min. 2Gb, recommended 4Gb or higher

http://www.jetbrains.com/resharper/download/system_requirements.html一

查看此处的Visual Studio硬件要求几乎达到了最低要求。我怀疑将Resharper添加到此配置中没有帮助。

根据我的经验,多核(2或4个)和4 Gb内存对于小型项目来说是很好的。对于更大的项目,磁盘也很重要(SSD在启动和构建过程中会有很大帮助)

您可以尝试压缩Visual Studio文件夹。有时它有帮助,有时没有,取决于CPU/HDD比率、压缩内容和任务。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签