It allocates the most frequently used variables into the most readily accessible RAM and puts less frequently used data into XDATA RAM.
它将最为常用的变量分配到了最容易读取的RAM中,并将使用频率较低的数据分配到XDATA RAM。
"I've heard this recently that embracing the idea of open data and code makes traditional academics uncomfortable," says Ram.
“我最近听说,接受开放数据和代码的想法让传统学者感到不适。”Ram说道。
With a VM system, you have two primary areas that store information about the active applications and the data it USES — the physical random access memory (RAM) and space allocated on hard drives.
使用VM系统,您有两个主要区域来存储有关活动应用程序及其使用的数据的信息——物理随机访问存储器(RAM)和硬盘驱动器上分配的空间。
The constraining factors for performance are the number of concurrent database connections and available memory (both RAM and disk) in relation to incoming data volume.
性能的限制因素是关于进入的数据量的并发数据库连接的数量和可用内存(RAM和磁盘)。
The benefit of a VM system is that physical RAM is more effectively used — this happens because it only holds executing applications and the data being used.
VM系统的优点在于,物理ram得到了更有效的利用——这是因为它仅包含正在执行的应用程序和正在使用的数据。
The metal might consist of RAM or hard disks, but in either case, file system data structures organize the sectors and bytes formatted by the hardware manufacturer.
原始材料可能由RAM或硬盘组成,但是不管是哪种情况,文件系统数据结构都是组织由硬件制造商格式化了的扇区和字节。
He believes SSD is a great technology to replace hard disks in very high IOPS workloads, or when data cannot go to disk and must be held by main-memory (RAM) caches.
他认为,对于IOPS非常高的工作,或者在数据不能写入磁盘,必须缓存在内存(RAM)里面的情况下,SSD是一项替换硬盘的伟大技术。
Unlike when you tune database servers, with NFS you want to allow the VMM to use as much RAM as possible for NFS data caching.
与优化数据库服务器有所不同,对于NFS来说,您希望允许VMM使用尽可能多的RAM来进行NFS数据缓存。
Configure the host adapter driver to be loaded through an initial RAM disk, which applies the configuration data for redundant disks when loading the adapter module at boot time.
配置主机适配器驱动程序,通过初始ram磁盘进行加载,初始ram磁盘将在引导过程中加载适配器模块时对冗余磁盘应用配置数据。
However, it also makes the maximum size of the data pool dependent on the amount of available RAM.
然而,这也使得数据池的最大容量依赖于可用的内存总量。
If the data is not copied or duplicated across each instance, what you end up with is 3 GB of RAM cache available to each application server, as shown in Figure 7.
如果数据没有跨每个实例被复制,那么最终在每个应用程序服务器上,就可以有3GB的RAM缓存可用,如图7所示。
Where data is compared across machine sizes the following RAM was assigned depending on the number of processors.
根据机器规模对数据进行对比,内存大小依据处理器的数量来确定。
First, when XFS receives new data to be written, it records the pending transaction in RAM and simply reserves an appropriate amount of space on the underlying filesystem.
首先,当XFS接收到要写入的新数据时,它在RAM中记录暂挂事务,并只在底层文件系统上保留适当空间。
Even systems with infinite disk space and RAM are limited by the amount of data that can be pumped through the CPU.
即使系统的磁盘空间和RAM无限大,它也会受到CPU能处理的数据量的限制。
Then, he says, they could be just the thing for a superfast random access memory (RAM), the working memory that computers use to store data on the fly, and ultimately even for hard drives.
然后他又说他们适宜作随机储存器(RAM)电脑用来快速储存数据的储存器,而且最后可能会用于硬盘驱动器。
After the data file is copied into RAM, VMM controls when these pages are overwritten or used to store other data.
在将数据文件复制到RAM中之后,VMM控制何时对这些页面进行覆盖或者将其用于存储其他数据。
While cached tables provide support for data sets bigger than available RAM, text tables are a convenient way to import and export data.
缓存表支持比可用RAM大的数据集,而文本表则可以作为一种导入导出数据的方便手段。
Rss-the amount of RAM used for the text and data segments per process.
rss—每个进程用于文本和数据段的ram量。
When the application is running the Windows management system will distribute the data held by the application between physical memory (RAM) and virtual memory on disk.
当应用程序准备运行时,windows管理系统将在磁盘上的物理内存(RAM)和虚拟内存之间分配应用程序拥有的数据。
If your building blueprint graphic is very large or you intend to map an enormous quantity of data points, you may require the latest multicore processor and several gigabytes of RAM.
如果建筑物设计图非常大或者需要映射非常大量的数据点,则有可能需要使用最新的多核处理器和几个GB的内存。
In an attempt to fix the system, the team added a third shard to the database, aiming to transfer 5% of the system data so all shards would fit within RAM.
运营团队试图修复系统,为数据库增加了第三个Shard,希望把系统数据的% 5转移到新的Shard上,这样就和内存相匹配了。
While modern database servers like SQL server can support terabytes of RAM and hundreds of logical processors, there is still a practical limit to the amount of data that can stored in a single table.
尽管当前的数据库服务器,像SQLServer,能够支持上TB的RAM以及上百个处理器,但是在单个表中所能够存储的数据量还是有限的。
Memcached is an RAM cache for storing and handling data (which USES libevent at it's core, as well as being used with other libevent servers).
Memcached是用于存储和处理数据的RAM缓存(其核心使用libevent,也可以使用其他libevent服务器)。
There are other possible solutions like cookie session store (session size is limited, no sensible data in sessions), memcached (too much RAM when you have many sessions + no persistence).
还有其他的解决方案如cookie会话仓库(会话长度有限,不能在会话中存放敏感数据),memcached(无法持久化+难以实现高可用性方案)。
HANA employs an in-memory, data source agnostic computing engine, where data to be processed is held in RAM instead of reading from secondary storage devices thus providing a performance boost.
HANA应用了常驻内存、数据源无关的计算引擎,要处理的数据存放在RAM中,而不是从二级存储设备中获取,这样提供了性能的提升。
Live decompression does not load the Clip data into RAM at level load.
实时解压在该级加载时,不加载剪辑数据到内存。
Unless the memory used is non-volatile, a RAM disk loses the stored data when the computer is shut down.
除非使用的内存是非易失性的,RAM磁盘存储的数据丢失的计算机时关闭。
Both DB2 and Oracle databases provide buffers that allow table data to be cached in and served from RAM.
DB 2和Oracle数据库都提供了允许将数据表数据缓存在RAM中的缓冲区。
Several new types of non-volatile RAM, which will preserve data while powered down, are under development.
几种新型非易失性内存,这将保存数据,而断电,正在制定中。
Several new types of non-volatile RAM, which will preserve data while powered down, are under development.
几种新型非易失性内存,这将保存数据,而断电,正在制定中。
应用推荐