• 括号显示了控制这些内存大小配置参数

    The configuration parameters that control the sizes of these memory pools are shown in parenthesis.

    youdao

  • 这些内存区域称为作用域内存不朽内存

    These memory areas are referred to as scoped and immortal memory.

    youdao

  • 首先分配所有这些内存不是免费的。

    First of all, allocating all this memory, that's not free.

    youdao

  • 篇文章我们将讨论系统内核是如何跟踪这些内存区域

    The next post discusses how the kernel keeps track of these memory areas.

    youdao

  • 篇文章将讨论内核如何跟踪这些内存区域

    The next post discusses how the kernel keeps track of these memory areas.

    youdao

  • 这些内存设置JVM用尽内存执行操作直接影响

    These memory Settings have a direct impact on what the JVM does when it runs out of memory.

    youdao

  • 确定本机内存耗尽时,一个逻辑问题使用这些内存

    Once you have determined you are running out of native memory, the next logical question is: What's using that memory?

    youdao

  • 这些内存必须使用低端内存而这32位硬件有点不够用

    This memory must also come from low memory, which on 32-bit hardware is somewhat limited.

    youdao

  • 这些内存区域操作系统来说,最多也就是连续字节序列

    These memory areas, as far as the operating system is concerned, are contiguous sequences of bytes.

    youdao

  • 由于这些内存问题本文其余小节假定程序使用一种垃圾收集器

    Because of these memory issues, I'll assume in the remainder of the article that there is a garbage collector with the programs.

    youdao

  • 但是得到结果可能造成误解因为并不意味着进程消费所有这些内存占用。

    However, the resulting number could be misleading because it doesn't mean that the process is consuming all that footprint.

    youdao

  • 参数- mx告诉jvm有多大,JVM通常不在一开始分配所有这些内存

    The -mx parameter to the JVM tells it what the maximum size of the heap should be, but the JVM often doesn't allocate all that memory at the start.

    youdao

  • 这是因为内核驱动程序需要访问这些内存期间这些页面不能交换出去

    They need to be locked because the memory will be accessed by kernel-mode drivers and cannot be paged out for the duration of the access.

    youdao

  • 这种情况下需要一个解析器,解析器可以根据这些内存转储生成有意义日志消息

    A parser is required in such cases, which generates meaningful log messages out of those memory dumps.

    youdao

  • 不管最新超大机器上多少内存很快就发现应用程序已占满这些内存

    No matter how much memory your latest super machine has, you will soon find new apps to fill it with.

    youdao

  • 由于这些内存大小不是固定我们只能估计实例共享内存数据库共享内存大小

    Since the sizes of all these memory segments are not fixed, we can only estimate the size of the instance and database Shared memory to be.

    youdao

  • 如果垃圾收集器需要释放中的内存,则这些内存区域将允许任务使用内存而不需要中断任务。

    These areas allow tasks to use memory without being required to block if the garbage collector needs to free memory in the heap.

    youdao

  • 这些内存默认分区大小为每块256KB但是可以调整这些分区大小满足特殊需求

    The default size of these memory segments is 256 KB per block, but you can adjust these to suit your particular needs.

    youdao

  • 可能会忘了跟踪所有指针指向这些内存位置),并且某些内存没有释放还保持分配程序

    You might forget to keep track of all the pointers (pointing to these memory locations), and some of the memory segments are not freed and stay allocated to the program.

    youdao

  • 希望分配了大量连续内存区域这些内存马上同时使用程序常常结合使用保留内存提交内存

    Programs that want to allocate a large and contiguous area of memory but don't need it all immediately often use a combination of reserved and committed memory.

    youdao

  • 必须足够适应所有用户内存映像复制份数并且必须提供通路以适应这些内存映像。

    It must be large enough to accommodate copies of all memory images for all users, and it must provide direct access to these memory images.

    youdao

  • 达到几十万链接时候,这些累计起来好几个G——这些内存其实可以更好地用于存储用户数据

    When you get into hundreds of thousands of connections, this adds up to gigabytes of memory — memory that could be better used to store user data.

    youdao

  • 以后活动数据数量增加需要扩展JVM可以提交一点内存这些内存当前提交部分相邻

    Later, when the amount of live data grows and the heap needs to be expanded, the JVM can commit a little more, adjacent to the currently committed area.

    youdao

  • 此外因为文字数据存储内存中,这些内存数据在写到磁盘之前,不必只需很少更改,大大减少了CPU开销

    In addition, because the literal block data is stored in memory, little or no massaging of the in-memory data is required before writing it to disk, greatly reducing CPU overhead.

    youdao

  • RAMBack导致Firefox发出一个释放内存内部通知否则这些内存用于提高性能)。

    RAMBack causes Firefox to issue an internal notification to free up memory that is otherwise held for performance purposes.

    youdao

  • CLR里面垃圾回收机制用一定算法判断某些内存程序不再使用,回收这些内存并交给我们的程序使用

    The Garbage colleciton of CLR adopts algorithms to decide which part of memory the program does not need any more, and then release these memory for further use.

    youdao

  • Windows通常不会允许访问地址空间中的所有这些内存进程自己使用只有不到一半其他供Windows使用

    Windows doesn't usually let you access all of the memory in this address space; your process gets just under half for its own private use, and Windows USES the rest.

    youdao

  • 解析查询优化需要内存这些内存通常比较可以忽略,不过如果某些查询这个步骤中则需要大量内存尤其是那些设计的比较特别的查询。

    Query Parsing and optimization needs memory. This is usually small to be ignored but certain queries can have very large memory requrement for this step, especially specially crafted ones.

    youdao

  • 由于每个节点只能访问自己内存如果其他节点需要访问这些内存中的数据,就必须这些数据结构进行复制通过网络进行传送,这会导致大量的网络负载

    Because each node has access to only its own memory, data structures must be duplicated and sent over the network if other nodes want to access them, leading to network overhead.

    youdao

  • 这些数据存储计算机内存

    The data are stored in the computer's memory.

    《柯林斯英汉双解大词典》

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

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

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