单词 | virtual-memory |
释义 |
例句释义: 虚存,虚拟内存 1. Before executing, the test adjusts its total memory usage according to how much real and virtual memory exist on the system. 在执行之前,测试会根据系统中存在多少物理和虚拟内存来调整其总的内存使用情况。 www-128.ibm.com 2. The actual schema of the table (Listing 1) used in the Informix port of this agent includes how much virtual memory is allocated and used. 该代理的Informix端口中使用的表的实际模式(清单1)包括分配和使用多少虚拟内存。 www.ibm.com 3. It is how much page file space would be used if all the private committed virtual memory in the system had to be paged out all at once. 换言之,如果系统中所有的私有提交虚拟内存不得不一次性全部被换出去的话,将用到多少页面文件空间。 bbs.kafan.cn 4. Reserved memory is the virtual memory space reserved for the application but no disk or main memory pages have been used. 保留内存是为应用程序保留(但尚未使用任何磁盘或主内存页)的虚拟内存空间。 msdn2.microsoft.com 5. If the disk is the same as the one used for virtual memory, then it might be a problem with lack of memory and too much swapping. 如果该磁盘同时用作虚拟内存,那么可能是因为缺少内存和过多的交换的问题。 www.ibm.com 6. AIX newbies are sometimes surprised to hear that the VMM services all memory requests from the system, not just virtual memory. 有时候,令AIX新手感到困惑的是,VMM服务如何处理系统中所有的内存请求,而不仅仅是虚拟内存本身。 www.ibm.com 7. It is also easy to see the virtual memory savings when running the example program in more than one JVM. 在多个JVM中运行示例程序时,很容易看出虚拟内存的节省。 www.ibm.com 8. This counter can be used to measure the degree to which available virtual memory is being fragmented . 此计数器可用于度量可用虚拟内存的碎片化程度。 www.bing.com 9. The operating system creates the illusion of multiple processes , each executing on its own processor with its own ( virtual ) memory . 操作系统创建了多个进程,每一个进程有自己的处理器和(虚拟)内存。 www.bing.com 10. Try to allocate your hard disk to different logical volumes, which can make it easy to expand virtual memory in different logical volumes. 尝试将硬盘分配给不同的逻辑卷,这能够以不同的卷轻松扩展虚拟内存。 www.ibm.com 1. Virtual memory allows multiple processes to share physical memory without being able to corrupt one another's data. 虚拟内存允许多个进程共享物理内存,而且不会破坏彼此的数据。 www.ibm.com 2. In a computer with virtual memory, less-used parts of programs are shifted from RAM to a hard disk and are moved back only when needed. 在使用了虚拟存储器的计算机中,很少使用的程序被从RAM移到硬盘中,仅当需要时才被移回来。 wenku.baidu.com 3. First, we'll take a look at tmpfs, also known as the virtual memory (VM) filesystem. 首先,我们会简单地介绍一下tmpfs,也就是我们知道的虚拟内存(virtualmemory,VM)文件系统。 www.ibm.com 4. The virtual memory size property for each of the components in the pattern can be locked at the time of authoring. 模式中的每个组件的虚拟内存大小属性都可以在创建时锁定。 www.ibm.com 5. To understand the reverse mapping technique, let's quickly go through some fundamentals of the Linux virtual memory system. 为了理解反向映射技术,让我们来首先简单了解Linux虚拟内存系统的一些基本原理。 www.ibm.com 6. Virtual addresses used by an application program are mapped into physical addresses by the virtual memory system. 在虚拟内存机制下,应用程序通过使用虚拟地址来映射物理地址。 bbs.pediy.com 7. With this option, allocations from the "special" pool lie at the end of a page that's followed in virtual memory by a not- present page. 使用这个选项,从“特别”池分配的内存位于一个页的最后,它通过一个非当前页跟随在虚拟内存中。 dictsearch.appspot.com 8. Virtual memory Games tend to be huge consumers of memory, so any memory swapping is bound to produce slow-downs. 虚拟内存游戏趋于消耗大量的内存,所以任何一个内存交换技术必然会产生缓慢下调。 dictsearch.appspot.com 9. It's important to understand that the VMM services all memory requests from the system, not just virtual memory. VMM为系统中所有的内存请求(而不仅仅是虚拟内存的内存请求)提供服务,了解这一点是非常重要的。 www.ibm.com 10. VM Size: The online help describes this as the "total private virtual memory allocated by the process. " VMSize(虚拟内存大小):联机帮助将其称为“分配给进程私有虚拟内存总数。” www.ibm.com 1. This might seem a bit arbitrary at first, but remember that tmpfs is also known as the "virtual memory filesystem" . 刚开始这看起来可能有点武断,但请记住tmpfs也是我们知道的“虚拟内存文件系统”。 www-128.ibm.com 2. While this may not seem like a positive, tmpfs data is not preserved between reboots, because virtual memory is volatile in nature. 这看起来可能不象是个积极因素,tmpfs数据在重新启动之后不会保留,因为虚拟内存本质上就是易失的。 www-128.ibm.com 3. Even with these improvements to virtual memory, it is still important that you monitor virtual memory performance. 虽然对虚拟内存进行了这些改进,但是监视虚拟内存的性能仍然很重要。 technet.microsoft.com 4. In the next post we'll go back up the abstraction ladder to take a thorough look at virtual memory. 在下一期,我们将返回抽象的阶段将实际的存储过程研究透彻。 www.bing.com 5. Mapping between the application buffer pool and AWE-mapped memory is handled through manipulation of the Windows virtual memory tables. 应用程序缓冲池和AWE映射内存之间的映射通过操作Windows虚拟内存表来完成。 msdn2.microsoft.com 6. In the modern implementation of virtual memory that Windows uses, virtual storage is organized into equal-sized units known as pages. Windows所使用的现代虚拟内存实现中,虚拟存储被组织成大小相同的单位,称为页。 www.ibm.com 7. ps -aux command. VSZ is Virtual Set Size, the total virtual memory size of the process. ie. the total amount of memory in swap and RAM. VSZ是虚拟集合的大小,即进程占用的全部虚拟内存,具体来说就是交换区和RAM的总大小。 blog.sina.com.cn 8. The virtual memory subsystem has been enhanced with a reverse-mapping algorithm, which provides improvements in memory constrained systems. 通过使用反向映射算法,虚拟内存子系统已经得到了提高,这为内存受限的系统带来了改进。 www.ibm.com 9. If you try to tune a server when there is no free CPU or where the operating system is swapping virtual memory, you won't get very far. 如果您在没有空闲CPU时或者在操作系统需要交换虚拟内存的地方试图优化服务器,则无法使其变得很快。 www.ibm.com 10. The size of virtual memory for a process is 4GB with one quarter of the process space reserved for the Linux kernel. 一个进程的虚拟内存的大小是4GB,其中四分之一的进程空间是为Linux内核预留的。 www.ibm.com 1. Virtual memory addresses of the data to be sent are provided to a sending agent. 待发送数据的虚拟存储地址被提供给发送代理。 www.sinopat.org 2. Just like with other forms of UNIX, AIX employs virtual memory structures to help complement physical memory. 与其他风格的UNIX一样,AIX也使用虚拟内存结构帮助补充物理内存。 www.ibm.com 3. However, inlining too much code might make your program so large that the number of virtual-memory page faults increases. 但是,内嵌过多的程式码可能会使程式过大,而增加虚拟记忆体的分页错误数目。 technet.microsoft.com 4. The Linux kernel operates in a virtual memory mode: for every virtual page there is a corresponding physical page of memory in the system. Linux内核工作于虚拟内存模式:每一个虚拟页对应一个相应的系统内存的物理页。 www.ibm.com 5. This parameter is provided to ensure that an application does not consume unnecessarily large amounts of virtual memory within an agent. 提供这个参数是为了确保应用程序不会不必要地消耗代理中的大量虚拟内存。 www.ibm.com 6. Other channels are used to access virtual memory associated with a user context on the PPE. 其他通道用来访问与PPE上的用户上下文关联在一起的虚拟内存。 www.ibm.com 7. Virtual memory subsystem enhancements, including a reverse-mapping algorithm that provides improvements in memory-constrained systems. 虚拟内存子系统改进,包括在内存压力比较大的系统中提供的反向映射算法。 www.ibm.com 8. Tmpfs also makes use of the disk swap space for storage, and of the virtual memory (VM) subsystem when requesting pages for storing files. tmpfs还使用磁盘交换空间来存储,并且当为存储文件而请求页面时,使用虚拟内存(VM)子系统。 www.ibm.com 9. m = Memory Gives you more details on where your memory is going, system (kernel) and processes, and active virtual memory. m=内存(Memory)提供内存使用的更详细的信息,如系统(内核)和进程、活动虚拟内存。 www.ibm.com 10. Displays the total number of free virtual memory blocks that are greater than or equal to 16 MB. 显示大于或等于16MB的可用虚拟内存块的总数。 technet.microsoft.com 1. The reserve argument specifies the total heap allocation in virtual memory. reserve参数指定虚拟内存中总的堆分配。 msdn2.microsoft.com 2. Virtual memory segment: This virtual portion is used for maintaining and controlling the resources needed by processes. 虚拟内存段:虚拟区用于维护和控制进程所需的资源。 www.ibm.com 3. The amount of information that is temporarily stored in a paging file is also referred to as virtual memory. 临时存储在页面文件中的信息量也称为虚拟内存。 windowshelp.microsoft.com 4. Operating systems can use virtual memory to run processes that require more main memory than is actually available . 实际可用空间不够时,为了运行那些需要更多主存储空间的程序,操作系统可以利用虚拟存储器。 www.bing.com 5. Argument specifies the total stack allocation in virtual memory. 参数指定虚拟内存中总的堆栈分配。 msdn2.microsoft.com 6. The Virtual Memory Manager (VMM) undergoes major changes for a partitioned environment. 对于分区的环境,虚拟内存管理器(VMM)经历了较大的更改。 www.ibm.com 7. The reserve value specifies the total stack allocation in virtual memory. reserve值指定虚拟内存中的总的堆栈分配。 msdn2.microsoft.com 8. b -- The average number of kernel threads that are in the virtual memory waiting queue over your sampling interval. b——采样期间在虚拟内存中等待队列的平均内核线程数。 www.ibm.com 9. This option specifies the total stack allocation in virtual memory. 该选项指定虚拟内存中的总的堆栈分配。 msdn2.microsoft.com 10. The lower parts come from Mach and a lot, such as the virtual memory subsystem and scheduler, have been heavily reworked in recent versions. 较底层的部分则来自于Mach,并且许多诸如虚拟内存子系统和排程器的部分,都在最近的版本中被大量重写了。 www.bing.com 1. This exceeds the virtual memory capacity of the process; so much of the data lives on disk, which is expensive to access. 这超出了虚拟内存的处理容量;因此许多数据位于磁盘中,访问磁盘的开销很大。 www.ibm.com 2. The first database in a storage group consumes the greatest amount of virtual memory. 存储组中的第一个数据库占用的虚拟内存量最多。 technet.microsoft.com 3. Address space or process ID information is necessary so the virtual memory management system knows what pages to associate to what process. 地址空间和进程ID信息是必需的,如果虚拟存储管理系统知道哪些页对应哪些进程。 dictsearch.appspot.com 4. Low memory problems occur when your computer runs out of RAM and becomes low on virtual memory. 当计算机RAM不足时会出现内存不足的问题,并且虚拟内存也会不足。 windowshelp.microsoft.com 5. They have no virtual memory support, don't have direct access to the computer's RAM, and have extremely limited interrupt support. 它们没有虚拟内存的支持,不能直接访问计算机的RAM,中断支持也非常有限。 www.ibm.com 6. Note: In Windows, the number of threads a process can create is limited by the available virtual memory. 注意:在Windows中,受可用虚拟内存的限制,一个进程可以创建的线程数目是有限的。 www.ibm.com 7. Getting in front of a classroom of 80 students and explaining how virtual memory works never ceases to be thrilling. 想像一下,在坐满80名学生的教室中解释虚拟内存的运行机制,那份激动从未消散过。 www.bing.com 8. If the available physical memory is greater than the accessible virtual memory, AWE mapped memory can be activated. 如果可用物理内存大于可访问的虚拟内存,则可以激活AWE映射内存。 msdn2.microsoft.com 9. The virtual memory pages whose page frames are to be reassigned are selected using the VMM's page replacement algorithm. 使用VMM的页面置换算法来选择要重新分配页帧的虚拟内存页面。 www.ibm.com 10. The CPU usage, amount of virtual memory consumed, file sizes, and core file sizes can be restricted with the ulimit command. CPU使用、消耗的虚拟内存量、文件大小和内核文件大小可以使用ulimit命令限制。 www.ibm.com 1. Each virtual memory page has a storage protection key associated with it. 每个虚拟内存页面都具有一个与其相关联的存储保护键。 www.ibm.com 2. The amount of memory that the associated process has allocated that can be written to the virtual memory paging file. 返回关联进程已分配的、可写入虚拟内存分页文件的内存量。 msdn2.microsoft.com 3. The Virtual Memory Manager (VMM) of AIX anticipates page requirements for observing the patterns of files that are accessed. 通过观察文件的访问模式,AIX的虚拟内存管理器(VirtualMemoryManager,VMM)可以预测页面需求。 www.ibm.com 4. Virtual memory is crucial to modern computers because it allows for a large expansion of a computer's otherwise limiting features. 虚拟内存对于现代大型计算机,因为它允许扩充电脑的限制另有特色。 knowledge.yahoo.com.cn 5. It reports on all layers of file system utilization, including the Logical Volume Manager (LVM), virtual memory, and physical disk layers. 它报告文件系统的所有层的使用率,包括逻辑卷管理器(LVM)、虚拟内存和物理磁盘层。 www.ibm.com 6. Displays the amount of virtual memory, in bytes, currently committed by the garbage collector. 显示垃圾回收器当前提交的虚拟内存量(以字节为单位)。 msdn2.microsoft.com 7. Again, notice that the virtual memory address for the DLL's g_x variable is hard-coded in the DLL file's image on the disk drive. 同样,注意DLL的变量g_x虚拟内存地址是在磁盘驱动器上的DLL文件映像中硬编码的代码。 objectarx2008.spaces.live.com 8. Virtual memory is a technique that allows the execution of processes that may not be completely in memory. 而利用虚拟内存技术,不用把整个进程完全载入内存就可以执行。 blog.csdn.net 9. Footprint: The amount of virtual memory required to execute the component can determine its granularity. 占用空间:执行组件所需的虚拟内存的量可以决定其粒度。 www.ibm.com 10. The swap partition will be used as virtual memory and thus increases the amount of memory available to the system. 交换分区会被当作虚拟内存,使系统可用的内存总量增加。 debian.fr 1. The average computer user needs to worry very little about the detailed specifications or mechanisms of their computer's virtual memory. 电脑用户需要担心的平均甚少的计算机的详细规格或机制的虚拟内存。 knowledge.yahoo.com.cn 2. If at all possible, the heap should never be sized so that the machine needs to use virtual memory to accommodate it. 如果这些都有可能,则不应该调整堆大小以便机器需要使用虚拟内存来容纳它。 www.ibm.com 3. I discuss how AIX uses virtual memory to address more memory than is physically on your system. 我将介绍AIX如何使用虚拟内存来寻址比系统中物理内存更大的内存。 www.ibm.com 4. Virtual memory management, a logical layer between application memory requests and physical memory. 虚拟内存的管理,这是介于应用程序请求与物理内存之间的一个逻辑层。 www-128.ibm.com 5. Gets the amount of the virtual memory allocated for the associated process. 获取为关联的进程分配的虚拟内存量。 msdn2.microsoft.com 6. The first page of virtual memory in the kernel address space can be accessed by kernel code, but is marked as read-only. 内核地址空间中的第一页虚拟内存可通过内核代码访问,但是被标记为只读。 www.ibm.com 7. However, using significantly more virtual memory than the combined average working sets of all the processes results in poor performance. 但是,使用比所有进程的平均组合工作集大得多的虚拟内存可能导致性能较差。 msdn2.microsoft.com 8. This utility displays the list of all exported functions and their virtual memory addresses for the specified DLL files. 此实用工具显示所有导出函数和他们指定的DLL文件的虚拟内存地址。 www.jisuxz.com 9. The following table lists the MSExchangeIS counters used to monitor virtual memory performance. 下表列出了用于监视虚拟内存性能的MSExchangeIS计数器。 technet.microsoft.com 10. Gets the maximum amount of memory in the virtual memory paging file used by the associated process. 获取关联的进程使用的虚拟内存分页文件中的最大内存量。 msdn2.microsoft.com 1. Because the addresses don't necessarily reflect the physical location where the memory is located, this is called virtual memory. 由于这类地址不必反映内存所在的物理位置,所以它们被称为虚拟内存。 blog.163.com 2. LMA is the load module address; it signifies the address in the target's virtual memory where the kernel will be loaded. LMA是装入模块地址;它表示将要装入内核的目标虚拟内存中的地址。 www.ibm.com 3. Allocated pages can be either RAM or paging space (virtual memory stored on disk). 所分配的页面可以位于RAM或者分页空间(虚拟内存存储于磁盘上)。 www.ibm.com 4. The page table must supply different virtual memory mappings for the two processing. 分页表必需为这两个进程提供不同的虚拟内存映射。 dictsearch.appspot.com 5. The vmstat avm column shows ALL the virtual memory that is accessed, even if it is not paged out. vmstat中的avm列显示访问的所有虚拟内存,即使它没有被换出。 www.ibm.com 6. When virtual memory runs low, performance decreases dramatically. 当虚拟内存不足时,性能将明显降低。 technet.microsoft.com 7. The shadow copy of volume %2 could not create a new paged heap. The system may be low on virtual memory. 卷%2的卷影复制无法创建新的页面堆栈。系统的虚拟内存可能不足。 www.fan6.net 8. no. doubt this is a side effect of using the disk as a virtual memory. 这无疑是用碟片当虚拟内存产生的副作用。 dict.ebigear.com 9. The snapshot for volume %2 could not create a new paged heap. The system may be low on virtual memory. 卷%2的快照无法创建新的页面堆栈。系统的虚拟内存可能不足。 www.fan6.net 10. The vmstat command measures and records CPU and virtual memory usage during the tests. vmstat命令度量和记录测试期间CUP和虚拟内存使用量。 www.ibm.com 1. Number of Kbytes of virtual memory currently unused and available. 当前未使用且可用的虚拟内存的Kbytes数量。 www-128.ibm.com 2. The virtual memory improvements to Exchange 2003 reduce memory fragmentation and increase server availability. 对Exchange2003的虚拟内存改进降低了内存碎片化程度并提高了服务器可用性。 technet.microsoft.com 3. It reports statistics about kernel threads, virtual memory, disks, traps, and CPU activity. 它将报告关于内核线程、虚拟内存、磁盘、自陷和CPU活动的统计信息。 www.ibm.com 4. These pages can be either RAM or paging space (virtual memory stored on disk). 这些页面可能是RAM、或者分页空间(即存储于磁盘中的虚拟内存)。 www.ibm.com 5. Virtual memory used by the application also needs careful management. 虚拟内存的使用也必须很小心地管理。 blog.sina.com.cn 6. Gets the maximum amount of virtual memory used by the associated process. 获取关联的进程使用的最大虚拟内存量。 msdn2.microsoft.com 7. s virtual address space that indexes virtual memory addresses to physical addresses. 用来索引虚拟内存地址到物理地址,他被存放在内核虚拟地址空间中。 old.blog.edu.cn 8. It shows the used and free sizes of real and virtual memory in the system. 它显示系统中真实内存和虚拟内存的使用量和空闲量。 www.ibm.com 9. The virtual memory abstraction is implemented by using secondary storage to augment the processor's main memory. 虚拟内存技术是利用辅存来对(处理器的)主存进行扩容处理器利用技术的。 www.cto360.com 10. In these cases, you might get better performance by specifying a different drive for virtual memory. 在这些情况下,可以指定其他驱动器作为虚拟内存,以得到较好的性能。 www.tdict.com 1. In fact, most of the kernel itself resides in virtual memory, which helps free up segments for other processes. 实际上,内核本身的大部分都驻留在虚拟内存中,这样可以帮助释放内存段以供其他进程使用。 www.ibm.com 2. Familiar with virtual memory management algorithm out various pages. 熟悉虚存管理的各种页面淘汰算法。 www.hxzi.com 3. A virtual memory space can be larger than the actual hardware memory available. 虚拟内存空间可以比实际的物理内存大。 blog.csdn.net 4. There are several parameters within the virtual memory settings that let us do this. 可以使用虚拟内存设置中的几个参数实现这个目的。 www.ibm.com 5. Displays the size (in bytes) of the largest free block of virtual memory. 显示最大可用虚拟内存块的大小(字节)。 technet.microsoft.com 6. Virtual memory allocations are not necessarily (or very seldom) lined up nicely in memory. 虚拟分配的内存并不是次序排列的(或者很少按次序排列)。 www.cnblogs.com 7. We discuss how AIX 7 uses virtual memory to address more memory than is physically on your system. 我们将介绍AIX7如何使用虚拟内存来寻址比系统物理内存更大的内存。 www.ibm.com 8. Your computer has two types of memory, random access memory (RAM) and virtual memory. 计算机有两种类型的内存即随机存取内存(RAM)和虚拟内存。 windowshelp.microsoft.com 9. The " Virtual memory footprint" sections discusses this in more detail. “虚拟内存占用”一节将详细讨论这个问题。 www.ibm.com 10. The vmo command also displays and adjusts the Virtual Memory Manager parameters. vmo命令也显示和调整虚拟内存管理器参数。 www.ibm.com 1. Writes data from the specified buffer to the specified virtual memory address. 将指定的缓冲区中的数据写入指定的虚拟内存地址。 msdn2.microsoft.com 2. As file systems grow larger, the number of blocks increases and so does the amount of virtual memory needed to track these blocks. 随着文件系统增大,块的数量增多,用来跟踪这些块所需的虚存数量也随之增加。 www-128.ibm.com 3. You can also access and edit the virtual memory of your machine running processes. 您还可以获取和编辑的虚拟记忆体的您的机器正在运行的进程。 xtdownload.com 4. Virtual memory statistics are reported through this command. 通过这个命令可以报告虚拟内存统计信息。 www.ibm.com 5. And, as you probably know, the Linux kernel's virtual memory resources come from both your RAM and swap devices. 而且,您可能也知道,Linux内核的虚拟内存资源同时来源于您的RAM和交换分区。 www.ibm.com 6. What VMM also does is classify virtual memory segments into two distinct categories. VMM还将虚拟内存段划分为两个不同的类别。 www.ibm.com 7. Virtual memory cannot be freed. 无法释放虚拟内存。 www.fan6.net 8. Using this method, the VMM plays a vital role in helping manage real memory, not just virtual memory. 通过使用这种方法,VMM在帮助管理实际内存方面扮演了重要的角色,而不仅是在虚拟内存方面。 www.ibm.com 9. All the tmpfs filesystem knows is that it is using some form of virtual memory. tmpfs文件系统所知道的就是它正在使用某种形式的虚拟内存。 www.ibm.com 10. This document describes the virtual memory layout which the Linux kernel uses for ARM processors. 本文档描述了Linux内核在ARM处理器上的虚拟内存布局。 www.cnblogs.com 1. The svmon command is a performance-measurement tool that captures and analyzes the snapshot of virtual memory. svmon命令是一个性能度量工具,它捕捉和分析虚拟内存的快照。 www.ibm.com 2. Virtual memory management for clustered Exchange servers is also improved. 它还改进了对群集Exchange服务器的虚拟内存管理。 technet.microsoft.com 3. Changed virtual memory allocation method. 修改了虚拟内存的分配方式。 bbs.emu-zone.org 4. For more information, see Change the size of virtual memory. 有关详细信息,请参阅更改虚拟内存的大小。 windowshelp.microsoft.com 5. Too many segments in virtual memory will slow down overall performance. 虚拟内存中的段过多将使整体性能下降。 www.ibm.com 6. The AIX virtual memory manager serves all memory on the box, not just virtual memory. AIX虚拟内存管理器控制机器上的所有内存,而不只是虚拟内存。 www.ibm.com 7. This is because Oracle uses a lot of virtual memory, particularly with respect to its System Global Area (SGA). 这是因为Oracle使用了大量的虚拟内存,特别是对于其系统全局区(SGA)。 www.ibm.com 8. Customize the customer virtual memory size according to your logical disk volume. 根据您的逻辑磁盘卷自定义客户虚拟内存的大小。 www.ibm.com 9. Virtual memory is typically accomplished by using a method called paging. 虚拟内存通常是用一种叫完成寻呼。 knowledge.yahoo.com.cn 10. Part 1 provides an overview of memory on AIX, including a discussion of virtual memory and the Virtual Memory Manager (VMM). 第1部分提供了AIX中内存的概述,包括对虚拟内存和虚拟内存管理器(VMM)的介绍。 www.ibm.com 1. Current size of the process VLM Virtual memory space in bytes. 当前处理VLM虚拟内存空间的大小的字节。 www.fan6.net 2. This counter is a line that slopes downward as virtual memory is consumed. 此计数器是一条随着虚拟内存的消耗而向下倾斜的线。 technet.microsoft.com 3. They are created by making allocation requests to the Virtual Memory Manager (VMM). 可以通过向虚拟内存管理器(VMM)提出分配请求,以创建这些缓冲区。 www.ibm.com 4. They all also examined the amount of virtual memory and set SHMVIRTSIZE accordingly. 它们还将检查虚拟内存量并相应地设置SHMVIRTSIZE。 www.ibm.com 5. NMAKE ran out of memory, including virtual memory, because the makefile was too large or complex. 由于生成文件太大或太复杂,NMAKE的内存(包括虚拟内存)已不足。 207.46.16.251 6. Under the BaseAddr column, you see the virtual memory address where the module is loaded. 在BaseAddr列的下面,会看到模块加载到的虚拟内存地址。 objectarx2008.spaces.live.com 7. Most modern processor employs a virtual memory system. 当代微处理器大多数实现了虚拟存储系统。 search.gucas.ac.cn 8. Virtual memory includes physical RAM and paging space. 虚拟内存包括物理RAM和调页空间(pagingspace)。 www.ibm.com 9. In AIX, all virtual memory segments are partitioned into pages. 在AIX中,将所有的虚拟内存段划分为若干个页面。 www.ibm.com 10. Displays the sum (in bytes) of all the free virtual memory blocks that are greater than or equal to 16 MB. 显示大于或等于16MB的所有可用虚拟内存块大小的总和(字节)。 technet.microsoft.com 1. VMOS? Virtual Memory Operating System? 虚拟存储器操作系统?。 www.scientrans.com 2. Even on large systems (i. e. , not embedded) with huge amounts of virtual memory available, there is a limit. 即使是在那些有大量虚拟内存可用的大型系统(即非嵌入式系统)中,也是有限的。 boost-doc-zh.googlecode.com 3. It caches the file data as pages, just like virtual memory for processes. 它将文件数据缓存为分页,就如同进程的虚拟内存一样。 www.ibm.com 4. Pages are defined as fixed length data blocks and held in virtual memory. 页面定义为固定长度的数据块,并且保存在虚拟内存中。 www.ibm.com 5. This is because TLB is able to map a larger virtual memory range. 这是因为TLB能够映射更大的虚拟内存范围。 www.ibm.com 6. Amount of virtual memory available to the process in user mode. 对用户模式进程可用的虚拟内存的数量。 msdn2.microsoft.com 7. Reads data from the specified virtual memory address. 从指定的虚拟内存地址读取数据。 msdn2.microsoft.com 8. Displays a system's paging file Virtual Memory settings. 显示系统分页文件的虚拟内存设置。 www.drados.com 9. In the . net framework the garbage collector which is our memory manager reserves virtual memory in heaps. 在.net框架中,垃圾回收器就是内存管理者,它以堆的方式预定虚拟内存。 www.cnblogs.com 10. Also, because of its poor behavior with virtual memory systems, it works best on large objects. 另外,由于它在使用虚拟内存系统方面较差,所以它最适于处理大的对象。 blog.163.com 1. The lower 2 GB of virtual memory is private per process and available for application use. 较低的2GB虚拟内存用于用户进程,由应用程序使用。 msdn2.microsoft.com 2. It starts with one block of virtual memory greater than 16 MB and progresses to smaller blocks greater than 16 MB. 它从大于16MB的一个虚拟内存块开始,并发展成大于16MB的小内存块。 technet.microsoft.com 3. Number of Kbytes of virtual memory. 虚拟内存的Kbytes数量。 www-128.ibm.com 4. This may include both physical and virtual memory. 这可能包括物理内存和虚拟内存。 msdn2.microsoft.com 5. Increase your system's physical or virtual memory. 增加系统的物理内存或虚拟内存。 www.microsoft.com 6. The physical memory that is mapped for the guest operating system is actually virtual memory mapped into the process. 映射给客户操作系统的物理内存实际上是映射给这个进程的虚拟内存。 www.ibm.com 7. In Exchange 2003, the virtual memory management process is improved. 在Exchange2003中,改进了虚拟内存管理进程。 technet.microsoft.com 8. VMT? Virtual Memory Technique? 虚拟存储技术?。 www.scientrans.com 9. This behavior is caused by kernel virtual memory space considerations. 此行为是由内核虚拟内存空间考虑导致的。 support.microsoft.com 10. Segment 0xf is distinct for each process using libpthreads. a, even though the virtual memory address is the same. 段0xf对于每个使用libpthreads.a的进程是独立的,即使虚拟内存地址相同也是如此。 www.ibm.com 1. Could not read the current virtual memory settings. 无法读取当前的虚拟内存设置。 www.fan6.net 2. The amount of virtual memory that a single process within a WPAR can consume. WPAR中的单一进程可以占用的虚拟内存量。 www.ibm.com 3. How do I display virtual memory statistics? 如何显示虚拟内存统计数据? www.ibm.com 4. Expand the memory or set a larger virtual memory size. 扩展内存或者设置一个大一点的虚拟内存。 ks.cn.yahoo.com 5. If you are running a database such as Oracle, virtual memory does not get released until you recycle your database. 如果您运行数据库(如Oracle),那么直到您清空数据库缓存,才会释放虚拟内存。 www.ibm.com 6. VMA? Virtual Memory Address? 虚拟存储地址?。 www.scientrans.com 7. In AIX 7, all virtual memory segments are partitioned into pages. 在AIX7中,将所有的虚拟内存段划分为若干个页面。 www.ibm.com 8. The virtual memory system, however, doesn't necessarily have it stored in RAM location 629. 不过,虚拟内存系统不需要将其存储在位置为629的RAM中。 frenchen.blog.163.com 9. The svmon command can show us the segment IDs in the Virtual Memory Manager (Vsid) for processes. svmon命令可以显示进程在虚拟内存管理器中的段ID(Vsid)。 www.ibm.com 10. All UNIX systems provide tools such as ps and vmstat to provide process and virtual memory statistics. 所有UNIX系统都提供了ps和vmstat之类的工具,通过它们提供进程和虚拟内存统计信息。 www.ibm.com 1. How many small machines can realistically support virtual memory? 有多少现实的小型机器可以支持虚拟记忆体? tw.myblog.yahoo.com 2. Some knowledge of virtual memory and paging. 有一些虚拟内存和分页知识。 jjf88483042.blog.163.com 3. This section discusses the changes made in the virtual memory subsystem. 这个部分将介绍虚拟内存子系统中的一些更改。 www.ibm.com 4. VM? Virtual Memory? 虚拟存储器?。 www.scientrans.com 5. Oracle uses large pages for its SGA, because it is the SGA that really dominates virtual memory. Oracle为它的SGA使用了较大的页面,因为主要占用虚拟内存的实际上正是SGA。 www.ibm.com 6. Because it is built on the concepts of virtual memory, Linux employs memory overcommitment techniques by design. 由于它是构建在虚拟内存概念之上,Linux原本的设计中就包含了内存超量使用技术。 www.ibm.com 7. The main thing to check is when virtual memory is used. 要检查的主要是什么时候使用虚拟内存。 www.ibm.com 8. Because the majority of class data is stored in the ROMClass, this is where the virtual memory savings are made. 因为大部分类数据存储在ROMClass中,因此可以节省虚拟内存。 www.ibm.com 9. In some situations insufficient virtual memory may result in an incomplete removal of SQL Server 2005. 在某些情况下,虚拟内存不足可能会导致不能彻底删除SQLServer2005。 msdn2.microsoft.com 10. In AIX 7, it is also worth considering the effect of virtual memory and how it is used and applied within workload partitions (WPAR). 在AIX7中,还有必要考虑虚拟内存的影响以及在工作负载分区(WPAR)中如何使用和应用它。 www.ibm.com 1. The operating system is configured to limit applications to 2 GB of virtual memory address space; AWE has been activated on SQL Server. 将操作系统配置为限制应用程序可使用2GB的虚拟内存地址空间;并且已在SQLServer上激活AWE。 msdn2.microsoft.com 2. For example, high virtual memory use can indicate that a system simply requires additional memory to increase performance. 比如,高虚拟内存使用率表示系统仅需增加一些内存来提升性能。 www.ibm.com 3. Under Windows Server 2003, dynamic AWE memory is supported on servers with less physical memory than the configured virtual memory limit. 在WindowsServer2003中,物理内存低于配置的虚拟内存的服务器可以启用动态AWE内存。 msdn2.microsoft.com 4. The POWER5 chip actually supports four virtual memory page sizes: 4KB, 64KB, 16MB, and 16GB. 实际上,POWER5芯片支持四种虚拟内存页面的大小:4KB、64KB、16MB和16GB。 www.ibm.com 5. For example, the operating system tries to set limits for virtual memory for peak memory usage for a job object. 例如,操作系统尝试针对作业对象的内存使用峰值设置虚拟内存限制。 www.microsoft.com 6. For more information about the virtual memory support file, see the Windows 2000 or Windows Server 2003 documentation. 有关虚拟内存支持文件的详细信息,请参阅Windows2000或WindowsServer2003文档。 msdn2.microsoft.com 7. It also displays a one line summary of virtual memory activities since the system was rebooted or booted. Here is an example of the output 它还显示一行系统重启或启动以后的虚拟内存活动的摘要信息。 www.ibm.com 8. Stopping upon access (or modification) of a specific virtual memory location 当存取(或修改)某个特定的虚拟内存位置时停止 www.ibm.com 9. Up to 30% reduction in virtual memory requirements 虚拟内存要求最多可以减少30% www.ibm.com 10. Design of Virtual Memory Management Subsystem for General Microprocessors 通用微处理器虚存管理子系统设计 service.ilib.cn 1. Study and Implementation of Virtual Memory Management for Embedded Software Platform 嵌入式软件虚拟内存管理技术的研究和实现 www.ilib.com.cn 2. Application of Virtual Memory Technology in Refresh Mechanism of Strategy Table 虚拟内存技术在策略表刷新机制中的应用 service.ilib.cn 3. The percentage virtual memory size against the true memory size 虚拟内存大小占实际内存大小的百分比 www.ibm.com 4. To display a summary of the virtual memory statistics since boot, type 要想显示自引导以来的虚拟内存统计数据汇总,输入 www.ibm.com 5. Analysis of the Method of Accelerating Virtual Memory Speed 加快虚拟存储器速度的方法分析 www.ilib.cn 6. A Study on Page Replacement Algorithm in Virtual Memory Management 虚拟存储管理中的页面置换算法研究 www.ilib.cn 7. Commands to know for virtual memory management include 应该了解的虚拟内存管理命令包括 www.ibm.com 8. Performance monitors for virtual memory 虚拟内存的性能监视器 technet.microsoft.com 9. Monitoring Virtual Memory in a Cluster 监视群集中的虚拟内存 technet.microsoft.com 10. Clear virtual memory pagefile when system shuts down 在关机时清理虚拟内存页面交换文件 angel.w15.5tom.cn 1. Virtual Memory Techniques for Real-Time Systems 实时系统的虚拟内存技术 www.ilib.cn 2. The several problems of shared virtual memory MIMD 虚拟共享型MIMD的几个问题 www.ilib.cn 3. very small free memory and large active virtual memory 自由内存的数量很小,但活动的虚拟内存却很大 blog.sina.com.cn 4. Virtual memory or swap space double the amount of RAM 虚拟内存或交换空间是RAM的两倍 www-128.ibm.com 5. The use of virtual memory technique at video network 虚拟存储技术在视频网络中的应用 www.ilib.cn 6. Virtual Memory That is Larger Than Physical Memory 虚拟内存远大于物理内存页表放在哪里? wenku.baidu.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。