记忆问题 [英] Memory Issue

查看:97
本文介绍了记忆问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用带有i3处理器的Windows 8.1和2 GB的内存。我安装了Visual Studio 2013.Now当我在Visual Studio中调试程序时,它说 

I am using Windows 8.1 with i3 processor and 2 gb of ram.I have installed Visual Studio 2013.Now when i debug the program in Visual Studio, It says 

没有足够的内存可用

我该怎么办?

我不想把我的ram增加到4 gb

I don't want to increase my ram to 4 gb

是否有另一种调试程序的方法

Is there another way to debug progrms

推荐答案

模拟器需要至少分配512 MB的RAM对于小型仿真器(不计算开销),那么你也有OS和Visual Studio占用空间。

The Emulator needs to allocate at least 512 MB of RAM exclusively for the small emulators (not counting the overhead), then you have the OS and Visual Studio taking up space as well.

你可以尝试重启机器并直接启动仿真器(例如使用SDK附带的部署工具)。那种独占内存可能是可用的,而其他应用程序会将空间交换到磁盘。

You could try to reboot the machine and directly launch the Emulator (e.g. using the Deployment Tool included with the SDK). That way that exclusive memory might be available and other applications will swap space out to disk.

如果以这种方式启动模拟器也会给你"缺少内存"。消息你只能在实际的设备而不是模拟器上调试或者升级你的RAM。

If launching the Emulator that way also gives you the "missing memory" message you can only debug on an actual device instead of the emulator or upgrade your RAM.

这一切都说 - 我偶尔也会在有4 GB RAM的机器上看到这条消息所以我强烈建议投资内存升级。

That all being said - I occasionally have seen the message even on a machine with 4 GB of RAM so I strongly suggest to invest into the memory upgrade.


这篇关于记忆问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆