CLR 中的一个构件是垃圾收集器(Garbage Collector GC)。当你用C语言声明了一些新的变量(有关C中的变量声明,将在下一节介绍),这些变量就被纳入垃圾收集器的管理之下。
基于8个网页-相关网页
This way, the garbage collector will obtain more breathing space, decreasing the probability of a full GC.
通过这种方式,垃圾收集器将获得更多空间并减少完全GC的可能性。
You can also invoke the JVM's garbage collector (GC).
还可以调用JVM的垃圾收集器(GC)。
Gc, is typically the first place developers go to try to figure out if the JVM garbage collector is acting up and causing poor performance.
开发人员尝试寻找是否J VM垃圾收集器发生故障或者导致性能低下,通常首先要做的就是执行gc。
应用推荐