• 这个过程称为交换因为页面内存交换到硬盘上。

    This process is called swapping because the pages are swapped from memory onto the hard disk.

    youdao

  • 最大化系统内存通常通过减少内存交换提升系统系能。

    Maximizing system memory generally improves system performance by minimizing swapping.

    youdao

  • 正如%准备%使用,使用的内存交换磁盘总线重置报告可以提供度量标准

    Reports give you metrics like percent ready, percent used, memory swap used and disk bus resets.

    youdao

  • 默认Fedora7安装中,系统内存交换上花许多时间(是您的时间)。

    With a default Fedora 7 install, the system spends a lot of its time (and yours) swapping.

    youdao

  • 要求缓冲区大小可能导致由于内存交换而丢失。您确定分配这样大小缓冲区吗?

    The buffer size you have requested may cause frames to be dropped due to swapping. Are you sure you want to allocate a buffer of this size?

    youdao

  • 如果系统将过多时间存在开销任务上(比如内存交换),需要指定数量线程

    If your system spends too much time on overhead tasks, such as swapping memory, you might need to specify a lower number of threads.

    youdao

  • 记住基本操作系统必须考虑内存要求所有的操作系统环境中内存交换会对应用程序性能产生负面影响

    Remember that the base operating system also has memory requirements that must be accounted for, and that swapping negatively impacts application performance in all operating system environments.

    youdao

  • 然而任务无法并行运行使用多个CPU使用更少内存会运行得更快因为InfoSphereDataStage服务器需要再进行内存交换

    While the job will no longer run in parallel, or use multiple CPUs, it will use less memory and run faster because the InfoSphere DataStage server no longer has to swap.

    youdao

  • 如图10所示,可以获得不同时间段内关于内存交换磁盘使用度量类似信息

    As in Figure 10, you can get similar information and memory, swap, disk usage, and measurements over different time periods.

    youdao

  • 交互之一定义用于数据交换底层内存分配机制

    One of the interacting parties defines the underlying memory allocation mechanism for data exchange.

    youdao

  • 注意过高CPU利用率内存分页交换——这些都是性能杀手

    Look for excessive CPU utilization and memory paging or swappingthese are performance killers.

    youdao

  • 释放空间使底层操作系统减小交换空间的许求并且重用内存映射

    Releasing space allows the underlying operating system to cut down on swap space requirements and reuse memory mapping tables.

    youdao

  • 系统现在可以全部装入物理内存而不必借助速的基于磁盘交换空间

    The system is able to fit everything into physical memory without having to resort to slow, disk-based swap space.

    youdao

  • 有些变体保留所有应用程序中的数据副本——同时包括内存交换空间中的应用程序。

    Some keep a copy of the data in all applicationsboth memory and swap space.

    youdao

  • 如果没有空闲cpu或者操作系统需要交换虚拟内存地方试图优化服务器无法使其变得很快。

    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.

    youdao

  • 如果知道内存足以处理工作负载,最好推迟两种交换活动

    If you know you have enough memory to handle your workload, you are better off delaying these two swap activities.

    youdao

  • 工作负载中的内存利用主要文件I/O 引起而不是匿名内存,几乎没观察到交换活动

    Memory usage in this workload is primarily attributable to file I/O, not anonymous memory, and very little swap activity is observed.

    youdao

  • 命令存放在缓存中,返回数据内存空间进程交换数据。

    The command is included in a buffer being exchanged in the process along with the space left for returned data.

    youdao

  • SLES8 上,只有2GB内存用作中央内存因为是一个 31 位操作系统,有 2 GB 的扩展内存用作交换空间

    On SLES 8, only 2 GB used for central memory because of the 31-bit operating system, and 2 GB expanded memory used for swap space.

    youdao

  • 操作系统可以物理内存中的数据移动使用交换,以便于充分利用物理内存

    The OS can move data held in physical memory to and from a swap area when it isn't being used, to make the best use of physical memory.

    youdao

  • 例如假设内存当前交换空间中,另一个内存中。

    For example, let's say that one area of memory is currently in swap space while another one is in memory.

    youdao

  • SLES8上,使用2GB中心内存因为31位操作系统,2 GB的扩展内存用于交换空间

    On SLES 8, only 2 GB were used for central memory, because of the 31-bit operating system, 2 GB expanded memory for swap space.

    youdao

  • 即使形式上比较顺利的算法如果它们使用太多内存以至于需要进行交换,那么它们也会要命

    Even formally favorable algorithms can slow catastrophically if they use so much memory as to require swapping.

    youdao

  • Psyco 需要很大内存开销如果机器进入交换甚至抵销 Python 获得任何性能。

    Psyco has a large memory overhead which might even negate any gains if the machine has to go to swap.

    youdao

  • vmstat工具输出线程/进程信息内存/交换使用率、换进/换页面磁盘I/O、页面错误CPU统计信息

    The vmstat tool outputs thread/process information, memory/swap usage, page ins/outs, disk I/O, page faults, and CPU statistics.

    youdao

  • 两个条目RESIDENT参数设置- 1告诉Linux所有Informix内存碎片保留内存中,不要它们交换磁盘

    The top two also set the RESIDENT parameter to -1, which tells Linux to keep all the Informix memory segments in memory and not swap them to disk.

    youdao

  • SLES8 上,使用2GB中心内存因为31 位操作系统,2 GB 的扩展内存用于交换空间

    On SLES 8, only two GB were used for central memory because of the 31-bit operating system, and two GB expanded memory for swap space.

    youdao

  • 复制收集优点访问活跃对象意味着不会检查垃圾对象,也不需要它们交换内存或者送到缓存中

    Copying collection has the advantage of only visiting live objects, which means garbage objects will not be examined, nor will they need to be paged into memory or brought into the cache.

    youdao

  • 命令显示系统中的空闲内存、已使用物理内存交换内存总量以及内核所使用的缓冲区

    The command displays the total amount of free, used physical, and swap memory in the system, as well as the buffers used by the kernel.

    youdao

  • 命令显示系统中的空闲内存、已使用物理内存交换内存总量以及内核所使用的缓冲区

    The command displays the total amount of free, used physical, and swap memory in the system, as well as the buffers used by the kernel.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定