• Figure 5 - The DB2 agent process memory address space.

    5-DB 2代理进程内存地址空间

    youdao

  • Each DB2 agent process has its own memory address space.

    每个DB 2代理进程都有自己的内存地址空间

    youdao

  • Figure 6 shows the 32-bit memory address space for a DB2 agent process.

    6展示用于一个DB 2代理进程的32位内存地址空间

    youdao

  • It is important to set this limit so the stack and Shared memory address space do not collide with each other.

    设置这个限制使堆栈共享内存地址空间不会相互冲突,一点重要。

    youdao

  • Threads, on the other hand, automatically have access to the same memory address space and file descriptors.

    一方面,线程可以自动访问相同内存地址文件描述符。

    youdao

  • That's more than twice the entire memory address space of the original 8088 chip used in the first PC and clones.

    最初8088芯片内存两倍

    youdao

  • Referring to Figure 6, the method begins by processing logic receiving a memory access request to a location in graphics virtual local memory address space (processing block 600).

    参照6方法通过处理逻辑接收图形虚拟本地存储器地址空间中的位置的存储器存取请求开始(处理600)。

    youdao

  • However, if two or more processes want to communicate using Shared memory, they need to have the same address space, thus limiting the addresses they can utilize.

    然而如果两个更多进程使用共享内存进行通信,那么它们需要相同地址空间从而限制它们所能使用地址

    youdao

  • However, a Shared memory segment cannot be "split" across quadrants and be guaranteed a contiguous address space.

    但是共享内存不能象限拆分”,应该保证一个连续地址空间

    youdao

  • This way, each process gets its own address space to play in and can access more memory than you have physically installed.

    这样每个进程都获得自己可以使用地址空间可以访问物理上安装的内存更多的内存。

    youdao

  • Operating systems map memory segments in a processes' address space to memory pages through an internal table which defines what memory segments are owned by what processes, and so on.

    操作系统通过内部处理器地址空间中的内存映射到内存,该表定义哪些内存段哪些处理器拥有,等等。

    youdao

  • The first page of virtual memory in the kernel address space can be accessed by kernel code, but is marked as read-only.

    内核地址空间中的第一虚拟内存通过内核代码访问但是标记只读。

    youdao

  • DB2 needs a contiguous address space for the Shared memory area.

    DB 2需要一个连续地址空间作为共享内存区域。

    youdao

  • Regions in a process's virtual address space can be mapped to physical memory, to a file, or to any other addressable storage.

    进程虚拟地址空间中的区域映射物理内存文件任何其他可寻址存储。

    youdao

  • This can be quite different from the size of the total address space if the process reserves memory but doesn't commit it.

    如果进程保留内存没有提交,那么该值就与地址空间大小很大差别

    youdao

  • You should have no problem fitting all the DB2 memory sets into this address space.

    所有DB 2内存放入这个地址空间应该没有问题

    youdao

  • Note that as shown here, a process may have a large address space, but it is sparse, meaning that small regions (pages) of the address space refer to physical memory through the page tables.

    注意这里显示进程可能一个地址空间但是少见就是说地址空间的区域(页面)通过指向物理内存

    youdao

  • It has an integrated memory management unit that is normally used to provide access to the address space of one process by using the same page table lookup as the PPE.

    具有一个集成内存管理单元通常使用PPE类似查询机制提供某个进程地址空间访问

    youdao

  • Although reserving chunks of the address space will not exhaust physical resources, it does prevent that memory from being used for other purposes.

    虽然保留地址空间不会耗尽物理资源但它确实能防止内存用于其他目的

    youdao

  • This does not mean the kernel USES that much physical memory, only that it has that portion of address space available to map whatever physical memory it wishes.

    并不意味着系统内核能够肆无忌惮使用物理内存,系统内核只能使用管辖的虚拟地址空间对应的物理内存。

    youdao

  • Most modern non-64-bit systems have the ability to create an address space of 36 bits, yielding 64 GB of addressable memory.

    大多数现代 64系统能够创建36地址空间从而产生 64GB可寻址内存

    youdao

  • If you have enough physical memory and address space, you can allow the leak to continue on the basis that you will restart your application before the process address space is exhausted.

    如果足够物理内存地址空间,您可以允许泄漏继续,但必须进程地址空间耗尽之前重新启动应用程序

    youdao

  • You probably have noticed that the 4GB address space present in Figure 9 does not include any kernel memory.

    可能注意到,9给出4GB地址空间没有包括任何内核内存

    youdao

  • Figure 1 illustrates how virtual pages in a process's address space are mapped to physical page frames in memory.

    1说明了进程地址空间中的虚拟如何映射到内存中的物理

    youdao

  • A native memory leak or excessive native memory use will cause different problems depending on whether you exhaust the address space or run out of physical memory.

    本机内存泄漏本机内存过度使用造成各种问题,这取决于耗尽地址空间还是完了物理内存。

    youdao

  • For a process to use a Shared memory object, the process has to map the object in its address space.

    使用共享内存对象的进程必须自己地址空间中映射对象。

    youdao

  • The distinct bands in the address space correspond to memory segments like the heap, stack, and so on.

    内存地址空间是由诸如段式内存管理 方式进行管理的。

    youdao

  • When running on a system with more process address space than physical memory, a memory leak or excessive use of native memory will force the OS to swap out some of the virtual address space.

    进程地址空间大于物理内存系统中,内存泄漏本机内存过度使用迫使操作系统提供一些虚拟地址空间。

    youdao

  • The memory addresses in the address space allow the agent to access the memories in the physical RAM.

    内存空间中的内存地址允许代理访问物理ram中的内存

    youdao

  • Within a driver, the mmap function is implemented through the remap_pfn_range kernel function, which provides a linear mapping of device memory into a user's address space.

    一个驱动程序中,mmap函数通过remap _ pfn_range内核函数实现提供设备内存用户地址空间线性映射

    youdao

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

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

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