• gc 垃圾回收行为统计

    Statistics of the behavior of the garbage collected heap.

    youdao

  • 可能位于垃圾回收中的对象地址

    The addresses of objects that may be in the garbage collection heap.

    youdao

  • 电池应该合适场合循环利用,而不是垃圾纸张便利如果单独收集就很容易回收再利用。

    Batteries should be recycled at the appropriate locations, not thrown in the garbage and paper and post-it notes can easily be recycled if kept separate.

    youdao

  • 注意托管分配对象方面非常有效垃圾回收在收集大量生存期小型对象方面非常有效。

    Note that the managed heap is very efficient at allocating new objects, and the garbage collector is very efficient at collecting lots of small and short-lived objects.

    youdao

  • 可以消除基于.NET应用程序中托管大小常见锯齿模式并且减少了应用程序执行垃圾回收花费时间

    This can get rid of the sawtooth pattern often seen for the managed heap size in.net-based applications, and reduces the time an application spends performing garbage collection.

    youdao

  • 因此随着可用内存减少而导致频繁垃圾回收性能可能会降低

    As a result, performance can degrade as the decreased available heap memory leads to more frequent garbage collection.

    youdao

  • 在使用默认GC策略的情况下,IBMJVM 在耗尽所有之后才调用垃圾回收

    Using the default GC policy, the IBM JVM will consume the entire heap before invoking garbage collection.

    youdao

  • 结果需要执行垃圾收集以便回收中的空间

    The result is that garbage collection will need to be performed in order to reclaim space in the heap.

    youdao

  • 创建许多对象容易增加碎片这会导致出现更多垃圾回收周期

    Creating many objects also tends to increase heap fragmentation, which leads to even more garbage collection cycles. For example, do not create objects prematurely.

    youdao

  • 第一提高空间大小防止迭代中出现垃圾回收

    First I increased the Eden heap space size to prevent garbage collection from running during a single iteration of the bench. For this I used the command line.

    youdao

  • 每个星期都会尽力记录这些净化行程不管这些物品最终是被送到了垃圾回收、托运站或是低价回收

    I will do my best to document these purge trips every week, whether the stuff goes to the landfill, the recycling bin, the consignment shop or Goodwill.

    youdao

  • 垃圾收集(GC)通过删除其他任何对象不再引用对象回收一部分

    Garbage collection (GC) reclaims portion of the heap by removing objects not referenced by any other object in the heap.

    youdao

  • 我们情况房间入手,检查地板上的东西,把它们分门别类地放在标有“保留”、“垃圾”、“回收”、“捐赠卖掉”的盒子里

    We started in the worst room in the house and first went through every item that was stacked in piles on the floor, sorting them into different “Keep”, “Trash”, Recycle”, “Goodwill”, andSellboxes.

    youdao

  • 反过来如果过大,那么分析执行垃圾回收出现时间暂停

    Conversely, if the heap is too large, long pause times will occur each time the heap is analysed and garbage collected.

    youdao

  • 切换分代垃圾回收可以改善IBMJVM性能对于较大的而言,性能可以提升 5% 左右。

    Switching to generational GC can improve performance on IBM JVMs, particularly for larger heap sizes, typically by around 5%.

    youdao

  • 如果垃圾回收10发生超过一次或者利用率超过70%,那么可以考虑增加大小

    If garbage collection is occurring more than once every 10 seconds, or the heap utilization is running more than 70% of the heap, then you'll want to consider increasing the heap size.

    youdao

  • 然后垃圾回收工作试图穿过托管,此时进程就会崩溃了

    Later on when the garbage collector is doing its work, it tries to go through the heap and things go bad so the process crashes.

    youdao

  • 中国康世界环境日男子垃圾寻找回收废物

    A man looks for recyclable waste at a garbage dump site on World Environment Day in Baokang, China.

    youdao

  • 垃圾回收执行回收尝试对象释放第0级托管中的地址空间

    The garbage collector performs a collection in an attempt to free address space in generation 0 for the object.

    youdao

  • 利用CLR探查器,可以查看进程托管调查垃圾回收器的行为

    The CLR Profiler enables you to view the managed heap of a process and investigate the behavior of the garbage collector.

    youdao

  • 然后,垃圾回收升级这些对象考虑第1级托管一部分

    The garbage collector then promotes these objects and considers this portion of the managed heap generation 1.

    youdao

  • 尽管还是个小学生,迈克却有着不一般爱好——垃圾垃圾垃圾回收——垃圾有关的都是的最爱,而他的理想是:长大成为一名垃圾搬运工

    The grade schooler is passionately interested in garbage trucks compost and recycling--and dreams of being a trash hauler when he grows up.

    youdao

  • 因而垃圾回收对象中所包含数据可能存在未分配内存的内存

    Thus the data contained within a garbage collected object may still be present in the memory heap in unallocated memory.

    youdao

  • 如果应用程序在第0级托管尝试新建对象垃圾回收器将会发现第0级托管没有分配该对象的剩余地址空间

    If an application attempts to create a new object when generation 0 is full, the garbage collector discovers that there is no address space remaining in generation 0 to allocate for the object.

    youdao

  • 这里超出通常回收利用原因笨重家庭废弃物占用垃圾里太多空间

    There are reasons to go beyond the usual recycling: Unwieldy household toss-outs take up tons of space in landfills.

    youdao

  • 实际上垃圾回收器在第0级托管执行回收

    In reality, the garbage collector performs a collection when generation 0 is full.

    youdao

  • 垃圾回收执行第0级托管回收,会压缩可访问对象内存主题前面释放内存所述

    After the garbage collector performs a collection of generation 0, it compacts the memory for the reachable objects as explained in Releasing memory earlier in this topic.

    youdao

  • 执行第0级托管首次回收访问的对象升级至第1级托管后,垃圾回收将考虑第0级托管其余部分。

    After the garbage collector performs its first collection of generation 0 and promotes the reachable objects to generation 1, it considers the remainder of the managed heap generation 0.

    youdao

  • 执行第0级托管首次回收访问的对象升级至第1级托管后,垃圾回收将考虑第0级托管其余部分。

    After the garbage collector performs its first collection of generation 0 and promotes the reachable objects to generation 1, it considers the remainder of the managed heap generation 0.

    youdao

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

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

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