... 垃圾收集系统 Garbage collection system 垃圾分选系统 Garbage sorting system 有机物治肥系统 Organic matter into fertilizer system ...
双语例句
1
From these timestamps, you can also calculate the percent of time that the system spends in garbagecollection, which you can use to compare various JVM Settings.
根据这些时间戳,还可以计算出系统在垃圾收集方面花费的时间百分比,可以用这个指标比较各种JVM设置。
2
From this simplistic definition of garbagecollection, you can deduce that the system is not doing any application work while garbagecollection is happening.
根据这个简化的垃圾收集定义可以推断出,在执行垃圾收集时系统不会执行任何应用程序工作。
3
Knowing how much time your system spends in GC is all well and good, but how does more time spent doing garbagecollection actually affect the performance of your system?