• 如果内存使用减少那么系统容量性能就能够得到提升从而允许增加会话减少垃圾收集时间

    If memory usage can be reduced, then the system's capacity or performance can be improved, allowing more sessions or less time spent garbage collecting.

    youdao

  • 总的可用CPU时间垃圾收集百分比多少?

    What percentage of the total available CPU time is spent in garbage collection?

    youdao

  • 尽管必须忍受垃圾收集,但是暂停时间完全一回事。

    While garbage collection must be tolerated, arduously long pause times are another matter entirely.

    youdao

  • 垃圾收集停顿时间任何线程遇到显著延迟

    The garbage collection pause times are the most significant delays any threads encounter.

    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

  • 当然,理论上说,这个城市没有变小,有着几乎与以前一样养路需求街区照明垃圾收集以及紧急服务响应时间

    Yet physically, of course, the city remains the same size, imposing most of the same requirements of road maintenance, street lighting, rubbish collection and emergency-service response times.

    youdao

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

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

    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

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

    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.

    youdao

  • 遗憾增加大小一个缺点查找处理需要垃圾收集对象所需的时间随之增加。

    Unfortunately, an associated downside to increased heap size is a corresponding increase in the amount of time needed to find and process objects that should be garbage collected.

    youdao

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

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

    youdao

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

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

    youdao

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

    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.

    youdao

  • 根据程序分配速度系统试图预测下次需要执行垃圾收集时间

    Based on the program's allocation rate, the system attempts to predict when the next garbage collection will be required.

    youdao

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

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

    youdao

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

    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.

    youdao

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

    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.

    youdao

  • rpgcontrol支持三个选项通过引用npsrpgminnpsrpgmax选项控制执行垃圾收集时间

    The rpgcontrol supports three options and controls when garbage collection is performed with reference to the npsrpgmin and npsrpgmax options.

    youdao

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

    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.

    youdao

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

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

    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

  • 这会使得到垃圾收集操作频率定时持续时间信息

    This will give you information on the frequency, timing, and duration of garbage collection operations.

    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

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

    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

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

    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

  • 较小中,必须频繁收集垃圾时,停顿时间应用程序响应时间影响在较大堆中不频繁收集时的影响

    In smaller heaps, when garbage must be collected very frequently, the pause times have more of an effect on application response times than they do in very large heaps, with infrequent collections.

    youdao

  • 评估GC性能影响需要检查重要项目暂停时间开销用于进行垃圾收集而不是执行应用程序工作时间比例

    When assessing GC's performance effects, the most important items to check are the pause times and the overhead: the proportion of time spent garbage collecting instead of doing application work.

    youdao

  • 一方面,传统垃圾收集导致时间延迟,而应用程序编程人员几乎不可能预测时间

    On the other hand, traditional garbage collectors can introduce long delays at times that are virtually impossible for the application programmer to predict.

    youdao

  • 例如如果正在进行垃圾收集传入队列大量请求那么处理请求的时间可能稍长些。

    For example, if garbage collection is underway or if there are lots of requests in the incoming queue, requests may take longer to be processed.

    youdao

  • 优化性能一个明显方法选择能够最小化垃圾收集停顿时间带来消极影响GC策略

    One obvious way to optimize application performance is to choose a GC policy that minimizes any negative impact of garbage collection pauses.

    youdao

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

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

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