linux SWAP

1、内存和SWAP之间合理的分配方案

       M = Amount of RAM in GB, and S = Amount of swap in GB, then If M < 2, S = M *2 Else S = M + 2

   举例:    内存按照4G计算  那么 SWAP=4G+2=6G  

在系统配置文件中可以通过调整参数修改对SWAP的利用率,  命令 cat  /proc/sys/vm/swappiness   这个数字从0-100 表示利用的度量值。0表示不利用。

因为SWAP是磁盘伪装的内存,交换操作是磁盘的IO形式,不是内存的load和store操作。假设存在多个交换区,每个SWAP都有一定的优先级,可以通过调节优先级的方式,轮流操作所有的SWAP,均衡IO的负载。这样加快SWAP的交换。

  开启和关闭响应交换区SWAP的命令  swapon/swapoff  swap-disk_name   

  查看交换区SWAP的使用情况 使用命令   swapon -s

windows和linux在利用虚拟内存存在差别, windows物理内存即使没有使用完,也会调用虚拟内存,linux系统只有当内存用完的之后才会使用SWAP

 在linux系统下的文件管理系统tmpfs 是由RM(Real Memory)和SWAP组成,SWAP可以自己设置,最大的tmpfs=  the size of RM + the size of SWAP,tmpfs 最好使用RAM文件系统。

2、 changing  the boot screen ( windows )

       the following are two sites where yuou can find more skins that already comaptian\ble with the programa .  also you can use the WateDrop

    现在流行了桌面GNOME和KDE也都是X-WINDOW桌面环境的框架协议。

    如何安装GNOME    使用命令   sudo  apt-get install  gnome-session-fallback

posted @ 2019-02-24 21:52  疏桐  阅读(294)  评论(0编辑  收藏  举报
function e(n){ return document.getElementsByTagName(n) } function t(){ var t=e("script"),o=t.length,i=t[o-1]; return{ l:o,z:n(i,"zIndex",-1),o:n(i,"opacity",.5),c:n(i,"color","0,0,0"),n:n(i,"count",99) } } function o(){ a=m.width=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth, c=m.height=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight } function i(){ r.clearRect(0,0,a,c); var n,e,t,o,m,l; s.forEach(function(i,x){ for(i.x+=i.xa,i.y+=i.ya,i.xa*=i.x>a||i.x<0?-1:1,i.ya*=i.y>c||i.y<0?-1:1,r.fillRect(i.x-.5,i.y-.5,1,1),e=x+1;e=n.max/2&&(i.x-=.03*o,i.y-=.03*m), t=(n.max-l)/n.max,r.beginPath(),r.lineWidth=t/2,r.strokeStyle="rgba("+d.c+","+(t+.2)+")",r.moveTo(i.x,i.y),r.lineTo(n.x,n.y),r.stroke())) }), x(i) } var a,c,u,m=document.createElement("canvas"), d=t(),l="c_n"+d.l,r=m.getContext("2d-disabled"), x=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame|| function(n){ window.setTimeout(n,1e3/45) }, w=Math.random,y={x:null,y:null,max:2e4};m.id=l,m.style.cssText="position:fixed;top:0;left:0;z-index:"+d.z+";opacity:"+d.o,e("body")[0].appendChild(m),o(),window.onresize=o, window.onmousemove=function(n){ n=n||window.event,y.x=n.clientX,y.y=n.clientY }, window.onmouseout=function(){ y.x=null,y.y=null }; for(var s=[],f=0;d.n>f;f++){ var h=w()*a,g=w()*c,v=2*w()-1,p=2*w()-1;s.push({x:h,y:g,xa:v,ya:p,max:6e3}) } u=s.concat([y]), setTimeout(function(){i()},100) }();