• Typically a garbage collector is optimised for one or the other.

    垃圾收集器通常两者只能顾其一。

    youdao

  • I assume most of you are more interested in using a garbage collector than implementing one yourself.

    假设绝大多数对于使用垃圾收集兴趣,不想自己实现一个。

    youdao

  • Because the cost of a page fault is high, it is desirable that a garbage collector properly manage locality of reference.

    因为页面错误成本很高所以垃圾收集器正确管理引用区域性(locality)必要的。

    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

  • Programming languages that support destructors or have a garbage collector may mitigate this problem by making a wrapper over the C interface.

    那些支持构函数垃圾收集器语言通过C接口上层封装有助于降低这个问题发生的概率。

    youdao

  • "A garbage collector?" his mother asked. She was very surprised. "That's not a very pleasant job. Why do you want to become a garbage collector?"

    垃圾收集工?”母亲问道。他母亲非常吃惊。“可不是令人愉快的工作为什么一个垃圾收集工呢?”

    youdao

  • One former Pomona student worked as a garbage collector on Long Island for a couple of summers rather than pursuing more-prestigious internships or travel.

    名前莫纳学生从事夏天长岛一对夫妇收集垃圾的工作,不是追求更有声望实习或旅行。

    youdao

  • The daemon sets up this Shared memory upon initialization and ACTS as a garbage collector thereafter, helping to ensure that only active processes remain registered.

    守护进程初始化时设置这个共享内存其后扮演垃圾收集器的角色确保只有活动进程保持注册

    youdao

  • While this results in a very efficient garbage collector, it means that the user program must be able to tolerate the pauses introduced by the collector.

    尽管这种技术可能会生成一个非常有效垃圾收集器但这意味着用户程序必须容忍收集器带来暂停

    youdao

  • If response time is more important than highest possible throughput, this garbage collector might be a good choice.

    如果响应时间最高流量重要这个垃圾收集器可能一个不错选择

    youdao

  • The TGC provides the best out-of-box throughput for applications running on a JVM by minimizing costs of the garbage collector.

    TGC通过最小化垃圾收集器成本JVM运行应用程序提供最好开箱即用流量

    youdao

  • This feature dramatically reduces the risk of memory leaks, which are a serious problem when the default garbage collector is disabled.

    禁用默认垃圾收集器内存泄漏一个严重问题这个特性会显著降低内存泄漏的风险

    youdao

  • This way, the garbage collector will obtain more breathing space, decreasing the probability of a full GC.

    通过这种方式垃圾收集器获得更多空间并减少完全GC可能性

    youdao

  • However, an important detail to note is that just because an object is available for collection does not mean it will be reclaimed by a given run of the garbage collector.

    然而您还需要注意一个重要细节对象可以收集并不意味着垃圾收集器的指定运行能够回收

    youdao

  • Just as with weak references, a soft reference can be created with an associated reference queue, and the reference is enqueued when it is cleared by the garbage collector.

    正如引用一样,引用创建具有一个相关的引用队列,引用在垃圾收集器清除进入队列

    youdao

  • These new collectors address the problem of the garbage collector being a scalability bottleneck on multiprocessor systems.

    这些收集器是为了解决多处理器系统中垃圾收集器成为伸缩性瓶颈问题

    youdao

  • A genuine native-memory leak manifests as a continual growth in native heap that doesn't drop when load is removed or when the garbage collector runs.

    真正本机内存泄漏表现本机持续增加负载移除垃圾收集器运行时仍然降低

    youdao

  • The mutator and garbage collector can work together to maintain a comprehensive list of old-to-young references as they are created.

    赋值函数(mutator)垃圾收集器可以共同工作创建老到年轻引用维护它们的完整列表

    youdao

  • The key point is that when the garbage collector runs, if it encounters a weakly reachable object, it will free the object the WeakReference refers to.

    关键之处在于,垃圾收集器运行时如果碰到对象释放WeakReference引用对象。

    youdao

  • In other words, Garbage-First is not a hard real-time collector - it meets the soft real-time goal with high probability but not absolute certainty.

    话说,Garbage - First并不是一个纯粹的实时收集器——概率不绝对地满足实时目标

    youdao

  • In particular, System.gc does a full garbage collection of all generations using a stop-the-world collector (see Resources).

    尤其是System . gc会用stop - the - world收集器所有进行一次全面垃圾收集(参见参考资料)。

    youdao

  • Typically, the garbage collector won't be automatically run until a program needs more memory than is currently available.

    通常,在当前可用内存能够满足程序的内存需求时,JVM不会自动运行垃圾收集器

    youdao

  • The simplest tuning you can do is to specify a policy and tell the garbage collector whether throughput or pause times are most important.

    可以执行最简单调整就是指定一个策略告诉垃圾收集器吞吐量重要还是暂停时间重要。

    youdao

  • While the garbage collector does a good job at figuring out what memory the application is using and not using, it is up to the application to decide the most appropriate use for the available memory.

    尽管垃圾收集器找出哪些内存在由应用程序使用哪些使用方面做得很好,但是确定可用内存适当使用还是取决于应用程序。

    youdao

  • This configuration provides a balance between how often the garbage collector runs and how long it takes the garbage collector to collect garbage.

    配置垃圾回收运行频率垃圾回收器进行垃圾回收操作的时间长度之间进行平衡

    youdao

  • Heap size and application utilization are important tuning options to consider when running an application on a real-time garbage collector.

    实时垃圾收集器上运行应用程序时,大小应用程序利用率考虑重要优选项。

    youdao

  • Conversely, if you are working on an interactive system such as a web application, then a low latency garbage collector is generally the best choice.

    相反地如果网络应用这样交互式系统时延垃圾收集器则通常最好选择

    youdao

  • Conversely, if you are working on an interactive system such as a web application, then a low latency garbage collector is generally the best choice.

    相反地如果网络应用这样交互式系统时延垃圾收集器则通常最好选择

    youdao

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

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

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