卡饭网 > 其他 > 正文

out of memory是什么意思怎么解决

来源:本站整理 作者:梦在深巷 时间:2015-03-30 03:51:25

windows 7系统:

1.进入命令行: 点击开始菜单 -> 在搜索框中输入 "cmd",按下 ctrl + shift + 回车(命令行的*员模式)

2.输入命令:bcdedit /set increaseuserva 3072 回车

3.重启系统.

xp系统:

1.去掉引导文件只读等属性:开始 -> 运行 输入"attrib c:boot.ini -h -r -s" 回车

2.编辑引导文件:开始 -> 运行 输入"c:boot.ini" 回车,在类似“multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect” 这一行最后加上“/3GB” 保存。

3.恢复引导文件只读等属性:开始 -> 运行 输入"attrib c:boot.ini +h +r +s" 回车

4.重启系统.

相关推荐