博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
管理计算机内存
阅读量:5969 次
发布时间:2019-06-19

本文共 2115 字,大约阅读时间需要 7 分钟。

管理计算机内存

如果计算机在较低的 下运行,并且需要立即提供更多 RAM,则 Windows 会使用硬盘空间模拟系统内存。这叫做,通常称为。它与 UNIX swapfile(交换文件)类似。在安装期间创建的虚拟内存页面文件(名为 pagefile.sys)默认大小是计算机上 RAM 的 1.5 倍。

在多个之间划分虚拟内存空间,并从速度较慢或者访问量大的驱动器上删除虚拟内存,可以优化虚拟内存的使用。要最优化虚拟内存空间,应将其划分到尽可能多的物理硬盘上。在选择驱动器时,请记住下列准则:

  • 尽量避免页面文件和系统文件在同一驱动器上。
  • 避免将页面文件放入容错驱动器,例如或 。页面文件不需要容错,而且一些容错系统将数据写到多个位置,所以它们将面临缓慢的数据写操作。
  • 不要在同一物理磁盘的不同中放置多个页面文件。

可以选择优化计算机的内存使用。如果计算机主要用作工作站,而不是服务器,则可以为程序多分配一些内存。程序将运行得更快,系统高速缓存的大小将达到 Windows XP 提供的默认大小。如果计算机主要用作服务器,或者如果使用需要更大高速缓存的程序,还可以指定为更大的系统高速缓存留出更多的计算机内存。

为获得最佳性能,请将初始大小设成低于“所有驱动器上页面文件大小的总数”下的推荐大小。推荐大小等于系统 数量的 1.5 倍。 通常,尽管日常使用需要大量内存的程序可能会增加页面文件的大小,但应当将页面文件保留为推荐大小。
 
Notes
  • To have Windows select the best paging file size, click System managed size. The recommended minimum size is the same as 1.5 times the RAM on your computer, and 3 times that figure for the maximum size. For example, if you have 256 MB of RAM, the minimum size is 384 MB, and the maximum size is 1152 MB.
  • For best performance, do not set the initial size to less than the minimum recommended size under Total paging file size for all drives. The recommended size is the same as 1.5 times the RAM on your computer. It is good practice to leave the paging file at its recommended size as performance can decrease if a paging file is too large. However, you may increase its size if you frequently use programs that use lots of memory, such as graphics programs or games.
  • We strongly recommend that you do not disable or delete the paging file because this can lessen the computer's performance. However, if you decide to delete a paging file, set both the initial size and the maximum size to zero, or click No paging file.
    来源: <>
     
 

There is quite a variety of ideas on this subject, but here’s a place to start for computers (typically older ones) that don't have much RAM:

  • If the computer has less than 1 GB of RAM
  • Minimum – 384 MB
  • Maximum – 1 GB (or less if disk space is in short supply)
  • If the computer has more than 1 GB of RAM
  • Minimum – 1 GB to the amount of RAM installed
  • Maximum – 1 GB to the amount of RAM installed
    来源: <>
     

转载于:https://www.cnblogs.com/guyqian/archive/2013/01/08/2851287.html

你可能感兴趣的文章
7、MTC与MTV,http请求介绍
查看>>
logstash消费阿里云kafka消息
查看>>
第四节课作业
查看>>
EasyUI Calendar 日历
查看>>
unix 环境高级编程
查看>>
为数据库建立索引
查看>>
第二周作业-软件工作量的估计
查看>>
MAXIMO 快速查找实现
查看>>
Oracle——条件控制语句
查看>>
[Linux][Redis][05]Benchmark
查看>>
第一次作业-准备篇
查看>>
HDU1848 Fibonacci again and again
查看>>
HTML思维导图
查看>>
git改密码出现授权问题
查看>>
ORA-02266: 表中的唯一/主键被启用的外键引用
查看>>
Django的POST请求时因为开启防止csrf,报403错误,及四种解决方法
查看>>
day-6 and day-7:面向对象
查看>>
CSU Double Shortest Paths 湖南省第十届省赛
查看>>
webgl像机世界
查看>>
php正则怎么使用(最全最细致)
查看>>