系统内存
- system memory;random-access memory
-
此文件是包含将设备驱动程序载入到系统内存中的所有命令的简单Linuxshell脚本。
This file is a simple Linux shell script that contains all commands for loading device drivers to system memory .
-
可用系统内存(只适用于UNIX)。
Available system memory ( UNIX only ) .
-
这个系统内存256兆字节,可扩充到2千兆字节。
The system has 256 MB RAM , expandable to 2GB .
-
系统内存太少,IP不能获得足够的内存分配给接口。
Fatal Error : IP could not get enough memory to remember interface .
-
为了加大对系统内存的使用,DB2自动对系统作进一步的调整。
DB2 automatically makes further system adjustments to maximize the use of the system memory .
-
实际工程应用表明,GIS运行速度显著提高,解决了嵌入式系统内存不足的问题。
Application results show that the GIS runs at higher speed and the problem of memory shortage in embedded system is solved .
-
采用旁路计算机系统内存,打破了记录系统的数据传输仅为二分之一PCI总线带宽的速度限制,有效地提高了PCI总线上设备之间的传输率。
Thus the transmission rate between the various equipment of PCI bus has been effectively improved .
-
最大化系统内存能够增加Java堆的大小,同时仍然确保它小于物理内存。
Maximizing system memory enables you to increase the size of the Java heap while still guaranteeing that it will remain in physical memory .
-
系统内存太小,ARP无法获得资源。
Fatal Error : ARP could not get resource tag .
-
记住CPU缓存是一个本地(片上)内存,提供了比系统内存更快的访问能力。
Remember that a CPU 's cache is local ( on-chip ) memory that offers fast access over the system 's memory .
-
Linux内核工作于虚拟内存模式:每一个虚拟页对应一个相应的系统内存的物理页。
The Linux kernel operates in a virtual memory mode : for every virtual page there is a corresponding physical page of memory in the system .
-
MACH操作系统内存管理
Memory Management of MACH Operating System
-
在我们的世界里,我们自己不必担心如何处理系统内存,因为PHP将为我们处理这个问题。
In our world , we do not have to concern ourselves with the handling of system memory because PHP handles that for us .
-
您必须权衡利弊,因为如果系统内存运行效率低,Cache对象会自动丢弃最少使用的数据。
You 'll have to decide if the trade-off is worth it because the Cache object automatically discards least-used data if the system runs low on memory .
-
利用PCI总线控制器来完成对PCI总线的控制和对采集后的数据传输工作,实现了更快速地将数据放入系统内存。
Using the PCI bus controller to finish on PCI bus control and data transmission , after work more quickly realized data into system memory .
-
要理解其中的缘由,我们必须熟悉JVM如何将系统内存用作它的堆。
To understand what is going on , we need to familiarize ourselves with how the JVM uses system memory for its heap .
-
根据EDB存储管理模型理论,提出系统内存分区结构,阐述其设计思想。
According to EDB storage management model theory , explains the design .
-
内存控制器决定着计算机系统内存的最大容量、BANK数量、类型、速度、颗粒数据深度和数据宽度等重要参数,并以自动化的方式处理CPU对存储器的访问请求。
Some important parameters such as data depth , data width , maximum capacity , memory type , and bank quantity of the memory chip are decided by memory controller which automatically operates the memory access requests from CPU .
-
16MBSDRAM为系统内存。
The 16 MB SDRAM was the system memory .
-
若dump只显示在进程里有一个活动线程,并且该线程是主线程,那么该进程可能因外部因素被杀死,譬如健康监视器(healthmonitoring),低系统内存,IIS重启等等。
If your dump only shows one active thread in the process and that thread is the main thread , the process was likely killed by something external ( health monitoring , low system memory , iisreset etc. )
-
所有的主板都包括了一小块的只读存储器ROM,它与用于载入和运行软件的主系统内存分离。
All motherboards include a small piece of Read Only Memory ( ROM ) which is separate from the main system memory used for loading and running software .
-
根据操作系统内存及文件管理机制,给出了uClinux小型化的方法。
According to the memory of the operating system and the management mechanism of the documentation , the design technique of miniaturization of the uClinux is achieved .
-
BIOS需要执行很多工作,例如对基本组件(例如系统内存)进行初始测试,确定如何引导操作系统。
The BIOS has many jobs , such as initial testing of basic components ( such as the system 's memory ) and determining how to boot the operating system .
-
或者把XML原始文档调入系统内存,在内存中解析成DOM树,并只对包含所需数据的DOM树节点的子集进行处理,创建Notes文档。
The second way , draw the raw XML data into memory and parse it in order to get a DOM tree , only process a subset of the DOM tree that contains the data , to create notes document .
-
实现了板卡的PCI总线接口,利用PCI总线将数据直接传到系统内存,有效解决数据的实时传输和存储,为信号的实时处理提供方便。
Implementation of PCI interface of this card . Data is transmitted to system memory directly with PCI local bus , which solves the realtime transmission and storage of data and also provides convenience for signal realtime processing .
-
根据推算原则估计业务事务,利用TPC-C推算对系统内存和外存存储容量需求进行了计算。
We use computing principles to estimate affairs of business and use TPC-C to compute storage requirement of system memory and outer storage .
-
而Linux系统内存独立,线程间数据共享,可靠性高,而且具有开源性和免费性,因此在Linux平台上对RIP路由协议进行开发成为发展趋势。
Supporting for independent of memory and sharing memory between threads , Linux system has high reliability . More importantly , Linux is open source and free , so it becomes the development trend to implement RIP routing protocol on the Linux system .
-
从设备的角度来看,比如说软盘控制器,它只能看到在ISA总线上的控制寄存器而不是系统内存。
From the point of view of the device , say the floppy disk controller , it will see only the address space that its control registers are in ( ISA ), and not the system memory .
-
我们设计的GM调度策略综合考虑了将来的负载变化、当前的内存消耗状况以及用户对于主要性能指标的偏好与要求,在系统内存最小化和结果输出延迟方面取得平衡。
We design a scheduling strategy , called Golden Mean ( GM ), to balance between the memory usage minimization and latency minimization by taking the situation of the future workload , the current memory consumption and QoS requirement of the query into account .
-
限制半提交事务缓冲区大小方法可以减少OCC-CS算法额外消耗的系统内存,而且不会影响系统的性能。
The extra memory spent in OCC-CS can be reduced by restricting the size of the semi-committed set which doesn 't impact the performance of OCC-CS .