• The purity and structure of the product was examined by GC GC-MS and NMR.

    产品纯度结构气相色谱、气质联用仪磁共振仪确定。

    youdao

  • Currently, the only product quality GC for CVM is the generational GC (see here and here for GC specific implementation files).

    当前唯一一个有品质保证的CVMGC世代的(generational) GC(在这儿这儿可以看到GC细节执行文件)。

    youdao

  • The -verbose: gc command-line option produces trace data containing gc statistics including the heap occupancy.

    gc命令行选项生成包含gc统计数据(包括占用情况)的跟踪数据

    youdao

  • Logging GC usage is not intrusive, and so it is reasonable to enable GC logging in production by default in the event you ever need to analyze memory problems or tune the garbage collector.

    记录GC使用情况并不具有干扰性因此如果需要分析内存问题或者垃圾收集器,生产环境默认启用gc日志值得

    youdao

  • Until now there have been two GC types: Workstation and Server. The Workstation GC could be run with Concurrency on or OFF.

    目前GC工作模式:工作站模式服务器模式,其中工作站模式还可以设置是否并发执行

    youdao

  • A traditional GC can't meet this requirement because the application must halt for the GC to reclaim any unused memory.

    传统GC无法满足这个需求因为应用程序必须暂停以便GC可以回收所有未使用的内存。

    youdao

  • Verbose GC is a tool that logs and outputs GC activity to a file or screen.

    冗余gc记录GC活动将其输出一个文件屏幕中的工具

    youdao

  • In exchange for this compromise, the GC won't impede the scheduling of NHRTs, even during a GC cycle.

    作为这种妥协交换,GC不会阻止NHRT调度即使GC循环期间也是如此。

    youdao

  • Workstation/Concurrency ON, also called Concurrent GC. – Like in the previous scenario, but the GC does not suspend the managed threads for the entire period when it reclaims unused memory.

    工作站模式/并发执行,并发GC-工作流程与非并发GC基本相似不会整个清理周期起其他托管线程

    youdao

  • This line reports the time at which the GC cycle began and the cycle that we're in, that is, GC (177).

    此行报告GC循环开始时间以及我们所处的是哪个循环,GC (177)。

    youdao

  • The Workstation/Concurrency OFF and Server types are called blocking GC because there is no activity going on when the GC runs.

    工作站非并发模式服务器模式统称阻塞GC因为GC运行其它代码无法运行。

    youdao

  • For the log as a whole, the GC overhead (that is, the amount of time spent doing GC) is around 5 percent, which is pretty good.

    对于整个日志来说,GC开销(即花费在执行GC时间)大约为5%,非常不错的。

    youdao

  • Other portions of the GC problem can be successfully tackled piece-by-piece; we've been doing this work for years and have an extremely scalable (and parallel) concurrent GC.

    其他GC问题可以逐个解决,我们多年一直在进行这项工作有了具扩展性并发性的GC

    youdao

  • To improve the RAS characteristics of the GC component, the GC logging mechanism has been updated in two ways.

    为了改进gc组件RAS品质gc日志记录机制两个方面进行更新。

    youdao

  • Most GC implementations interfere with an RT application's latency goals to the point where only tasks with larger scale and loose timing requirements can afford to rely on GC technology.

    多数GC实现妨碍RT应用程序实现延迟目标只有同步需求宽松大型任务承受得起 GC 技术引起的延迟。

    youdao

  • But if a synchronous GC occurs because of the second casean out-of-memory errorthis means the GC was unable to keep up with the application allocation.

    但是如果因为第二情况发生同步gc——内存不足错误——意味着GC不能跟上应用程序分配。

    youdao

  • By completing GC work as a tax against allocation, it's possible to have uneven distribution of GC pauses and as such reduce the level of determinism in the GC behaviour.

    完成GC工作分配来说是个负担GC暂停很可能均匀分配这样降低GC行为的确定性

    youdao

  • During a concurrent GC we need to suspend managed threads twice to do some phases of the GC. These phases could possibly take a while to finish.

    并发GC运行某些阶段需要托管线程挂起两次可能会花费一些时间。

    youdao

  • A smaller heap causes frequent GC; on the other hand, a larger heap causes GC to run a longer time.

    越小GC越频繁一方面,堆越大GC持续的时间也就越长

    youdao

  • The reason that a generational GC memory model is preferred with large JVMs has to do with minimizing the amount of time spent performing GC.

    之所以首选分代GC内存模型,是因为大型JVM必须尽可能减少执行gc时间

    youdao

  • Tune the JVM appropriately to balance GC intervals and GC pause times.

    适当调优JVM平衡GC间隔 GC暂停时间

    youdao

  • Verbose GC gives free memory statistics directly after a GC cycle, PMI data does not.

    详细垃圾收集在垃圾收集周期之后直接提供可用内存统计信息而 PMI数据不能提供。

    youdao

  • As you can see from the graphs in Figure 12, the GC pauses are not excessively long, but there does seem to be quite a bit of GC activity.

    如图12中的曲线图所示,GC暂停不算似乎确有不少GC活动。

    youdao

  • The best way to convict is to turn on gc logging using the -verbose: gc flag.

    明确问题最佳方式使用-verbosegc标志开启gc日志功能。

    youdao

  • You can add the -verbose: gc parameter to the invocation of the sample to show more detail of the reduced gc pauses, as in the following output.

    可以示例调用添加-verbosegc参数显示减少gc暂停细节以下输出所示。

    youdao

  • InfoQ: it seems like the longlife GC patch is the first step towards a generational GC, particularly the introduction of code for handling write barriers and remembered sets.

    InfoQ看起来这个补丁将迈向垃圾收集器一步尤其是关于处理屏障记忆集合代码介绍

    youdao

  • Here it shows that GC ran 171 times (the quantumcount) and that the mean pause time the application received from these incremental GC pauses (the meanms) was 0.470 milliseconds.

    此处显示GC运行了171(quantumcount),还给出了应用程序这些增量式GC暂停中得到的平均暂停时间(meanms)0.470毫秒

    youdao

  • Another GC tuning trap is focusing too much on reducing the headline GC overhead figure (see figure 7) and forgetting that the overall goal is optimizing application performance.

    另一个gc调优陷阱过度关注减小headline GC开销(参见7),忘记总体目标优化应用程序的性能。

    youdao

  • Although each of the many GC models has its pros and cons, when the goal for an application is short GC pauses, the two main choices are generational and real-time collectors.

    尽管许多GC模型具有自己优缺点但当应用程序目标缩短GC暂停时两个主要选择(generational)实时收集器。

    youdao

  • JTune: the free JTune tool can take GC logs and graphically display heap size, GC duration, and other useful memory management data.

    JTune这个免费的JTune工具可以利用gc日志以图表形式显示大小GC期间其他有用的内存管理数据

    youdao

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

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

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