• From these timestamps, you can also calculate the percent of time that the system spends in garbage collection, which you can use to compare various JVM Settings.

    根据这些时间戳可以计算出系统垃圾收集方面花费时间百分比,可以这个指标比较各种JVM设置

    youdao

  • You should, however, fix the nursery size at a large value to minimise time spent in garbage collection, and enable the tenured heap to resize itself according to occupancy to build in resilience.

    但是应该托儿所堆大小固定一个较大最小化垃圾收集花费时间增强保留区使根据占用率重置自身大小从而提高弹性。

    youdao

  • Even better, you can run your program for a long, long time, ensuring that you trigger many garbage collections, more accurately amortizing the allocation and garbage collection cost.

    更好一些的话,可以时间运行程序可以保证触发许多垃圾收集,从而精确地分摊垃圾收集的成本。

    youdao

  • These statistics dispense data on the basic JVM features, such as Just-In-Time (JIT) compilation, class loading, memory allocation, and most interestingly, garbage collection.

    这些统计信息涉及诸如即时 (JIT)编译加载内存分配以及有趣的垃圾收集之类基本JVM特性

    youdao

  • There are several costs to card marking - additional space for the card map, additional work to be done on each pointer store, and additional work to be done at garbage collection time.

    卡片标记几项开销——卡片映射所需额外空间每一个指针存储的额外工作以及垃圾收集做的额外工作。

    youdao

  • You can confirm this by looking at the summary, which shows 6.2% of the application's time is spent in garbage collection.

    可以通过查看摘要确认一点,摘要显示6.2%应用程序时间花费垃圾收集上。

    youdao

  • Knowing how much time your system spends in GC is all well and good, but how does more time spent doing garbage collection actually affect the performance of your system?

    了解系统多少时间花费垃圾收集上,这很有必要的,但是过多的时间花费在垃圾收集上将会对系统性能产生怎样影响呢?

    youdao

  • As the nursery size is expanded and the time between nursery collects increases, you do less copying on average, and the overhead of garbage collection drops.

    随着托儿所空间大小托儿所收集之间时间间隔增加需要复制数据通常会随之减少垃圾收集开销也会随之降低。

    youdao

  • From the first graph, you see the application had been running for about 100 seconds, so 0.3% of that time had been spent doing garbage collection.

    第一图形中可以看到应用程序运行大约100所以进行垃圾收集花费了时间0.3%。

    youdao

  • In effect, as the nursery is made larger, the overall time spent in garbage collection drops.

    事实上随着托儿所空间增大垃圾收集所需的时间会随之降低

    youdao

  • This naturally enables the application to run for a longer period of time between garbage collection (GC) cycles.

    通常可以让应用程序增加各垃圾收集(GC)周期之间间隔时间

    youdao

  • At garbage collection time, the mark bits associated with CARDS in the old generation are examined, and dirty CARDS are scanned for objects containing references into the younger generation.

    垃圾收集,就对与老一代卡片相关联标记进行检查,对的卡片扫描以寻找年轻代有引用对象

    youdao

  • This provides a good balance of higher garbage collection intervals and lower pause times, which results in a small amount of time spent in garbage collection.

    垃圾收集间隔时间短暂停时间之间达到了平衡从而减少了垃圾收集所花费时间

    youdao

  • Finally, it indicates how much time the garbage collection tookalso the amount of time your application was halted.

    最后指出垃圾收集花费时间即应用程序中止时间

    youdao

  • The garbage collection logs also indicate the time at which the collection appears and the length of time the garbage collection takes.

    垃圾收集日志指出发生垃圾收集时间以及垃圾收集花费时间。

    youdao

  • Depending on your response time requirements, you might not be able to tolerate a JVM running at 12% garbage collection overhead.

    根据响应时间需求可能无法容忍JVM垃圾收集开销达到12%。

    youdao

  • The time spent in GC pauses for the mark and sweep phases of a garbage collection are based on the number of live objects on the heap.

    用于垃圾收集标记清扫阶段GC暂停时间基于活动对象数量

    youdao

  • 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.

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

    youdao

  • The pause time is the amount of time that a garbage collection cycle took to complete.

    暂停时间垃圾收集周期完成所需时间。

    youdao

  • Aside from adding RAM, or at least ensuring that you have sufficient RAM for a 64-bit JVM, you'll also need to spend time tuning the garbage collection (GC) algorithm for the JDK in use.

    除了添加RAM(至少确保拥有64JVM所需的足够RAM)外,需要时间调整所使用JDK垃圾回收(GC)算法

    youdao

  • If you run your benchmarks with -verbose: gc, you can see how much time was spent in garbage collection and adjust your timing data accordingly.

    如果-verbosegc开关运行评测可以看到垃圾收集上耗费多少时间相应地调整计时数据

    youdao

  • Object caching and pooling: the application server automatically pools stateless session beans at the server level, reducing the amount of time spent in object creation and garbage collection.

    对象高速缓存合用应用程序服务器自动服务器合用无状态会话bean这减少了花对象创建垃圾收集时间

    youdao

  • The very last element of each collection element is a element, which records how much time was taken by the garbage collection

    每个收集元素最后一个元素 元素,元素记录垃圾收集所用时间

    youdao

  • Garbage collection does indeed obviate the need for explicit resource deallocation, most of the time. (I'll discuss some exceptions in a future column.)

    大多数情况下,垃圾收集确实消除资源存储单元分配(explicit resourcedeallocation)的必要(以后专栏中讨论一些例外)。

    youdao

  • In any system where work is queuing up, the response time of the system is likely to be dominated by the queueing time, rather than any garbage collection pauses.

    如果系统中存在正在排队等候任务,那么系统的响应时间可能会受到排队时间控制不是垃圾收集停顿时间。

    youdao

  • We also do not take for granted the optimization of code by design and we take it with a grain of salt every time somebody tells us how good JVMs are now at optimization and garbage collection.

    我们并不认为仅仅通过设计就能得到优化代码每当有人说起现在JVM优化垃圾收集方面有多么时,我们都保留态度。

    youdao

  • The garbage collector then assesses whether soft references need to be cleared at this time, based on the amount of memory reclaimed by the current collection and other policy considerations.

    垃圾收集器然后根据当前收集回收内存总量其他策略考虑因素,判断引用此时是否需要清除

    youdao

  • This is a useful metric because some garbage collection is (for the time being) an inevitable fact of life for most applications.

    一个有用的指标因为一些垃圾收集器(当前)是大多数应用程序必须要面对问题。

    youdao

  • You should expect better run time performance using this XML-centric approach, since you do not create extra objects, which requires garbage collection.

    使用xml为中心的方法应该能得到更好运行性能因为并不创建额外的对象,因而不需要进行垃圾回收。

    youdao

  • Since garbage collection causes non-deterministic pauses all hard real-time threads must use memory that is not subject to garbage collection.

    由于垃圾回收引发不确定的暂停,因此所有硬实时线程必须使用不会垃圾回收器影响的内存

    youdao

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

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

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