网站首页  词典首页

请输入您要查询的英文单词:

 

单词 Garbage Collection
释义

Garbage Collection

美 
英 
  • n.无用单元收集;垃圾回收
  • 网络垃圾收集;垃圾回收机制;垃圾收集机制
n.
1.
无用单元收集;垃圾回收

例句

释义:
1.
The vast majority of resources used in Java programs are objects, and garbage collection does a fine job of cleaning them up.
Java程序中使用的绝大多数资源都是对象,垃圾收集在清理对象方面做得很好。
www-128.ibm.com
2.
The noVNC code is now optimized to the point where I'm beginning to run into garbage collection as one of the main performance bottlenecks.
现在noVNC代码还在不断优化,垃圾收集器已经成为一个主要的性能瓶颈,我开始深入到其中解决问题了。
www.infoq.com
3.
In determining when to schedule garbage collection, the runtime takes into account how much managed memory is allocated.
在确定何时安排垃圾回收时,运行库将考虑分配多少托管内存。
msdn2.microsoft.com
4.
By arranging for most objects to survive less than one collection, garbage collection can be very efficient.
通过安排大多数对象的存活期不超过一个收集周期,垃圾收集可以变得非常有效。
www.ibm.com
5.
With that level of object churn going on there was no question that garbage collection was going to be a problem.
对于这样一种数量级的对象群来说,垃圾回收毫无疑问会成为一个问题。
www.infoq.com
6.
The first is how often the garbage collector has been called and how much time was spent during garbage collection.
首先是调用垃圾收集器的频率和垃圾收集过程中花费的时间。
www.ibm.com
7.
Finally, it indicates how much time the garbage collection took -- also the amount of time your application was halted.
最后,指出垃圾收集花费的时间,也即应用程序中止的时间量。
www.ibm.com
8.
As is the case with application stutters, we need to observe garbage collection behavior to see if it is working harder than it needs to.
对于应用程序不连贯的情况,我们需要观察垃圾收集行为以了解看它做的是否比所需要的更多。
www-128.ibm.com
9.
This counter is updated at the end of every garbage collection, not at each allocation.
此计数器在每次垃圾回收结束时(而不是在每次分配时)进行更新。
msdn2.microsoft.com
10.
Microglia are like the body's natural garbage collection cells that rush to damaged or inflamed areas to get rid of toxic substances.
小胶质细胞就像是机体中自然产生的垃圾收集细胞,它能够转移到受损或发炎区域来处理这些毒性物质。
news.dxy.cn
1.
This creates the best balance between the rate and length of garbage collection cycles.
这样就能够在垃圾回收周期的频率和长度之间实现最佳的平衡。
www.ibm.com
2.
But while garbage collection generally allows you to ignore resource management , sometimes you have to do some housekeeping on your own .
可尽管垃圾收集一般来说可以让您无需进行资源管理,有时候您还是必须自己进行一些内务处理。
www.bing.com
3.
Depending on your response time requirements, you might not be able to tolerate a JVM running at 12% garbage collection overhead.
根据您的响应时间需求,可能无法容忍JVM的垃圾收集开销达到12%。
www.ibm.com
4.
The destructor is called just before your component is destroyed by garbage collection and its memory is reclaimed.
在垃圾回收销毁组件并回收其内存之前调用析构函数。
msdn2.microsoft.com
5.
Enables the host to implement methods to receive notification of the beginning and end of garbage collection.
允许宿主实现用于接收垃圾回收开始和结束通知的方法。
msdn2.microsoft.com
6.
This means that any memory used by deleted signatures, certificates, or other objects is not recovered during the JVM garbage collection.
这意味着,在JVM垃圾收集期间,不会回收已删除的签名、证书或其他对象使用的任何内存。
www.ibm.com
7.
Recommendation: For each set of JVM heap size settings, run one test with garbage collection turned on, and another with it turned off.
推荐:对于每一组JVM堆大小设置,请在一次测试的运行中启用垃圾收集,在另一次中禁用它。
www.ibm.com
8.
This counter is updated only at the end of every garbage collection.
只在每次垃圾回收结束时更新此计数器。
msdn2.microsoft.com
9.
The JVM manages its own heap and cleans it through a process known as garbage collection.
JVM管理自己的堆并通过垃圾收集过程清理堆。
www.ibm.com
10.
Garbage collection (GC) reclaims portion of the heap by removing objects not referenced by any other object in the heap.
垃圾收集(GC)通过删除堆中其他任何对象不再引用的对象来回收一部分堆。
www.ibm.com
1.
Sorting objects like this allows the garbage collector to examine fewer objects, making each garbage collection quicker.
这样的对象分类允许垃圾收集器检验更少的对象,使每次垃圾收集速度更快。
www.ibm.com
2.
The degree to which the pause times will affect response times is also determined by the heap size and frequency of garbage collection.
停顿时间将影响响应时间的程度也是由堆的大小和垃圾收集的频率决定的。
www.ibm.com
3.
Barely were we able to keep up with garbage collection during the watermelon season, the sanitation workers complained.
环卫工人抱怨说:在西瓜旺季,我们几乎不能清运完垃圾。
dict.bioon.com
4.
This is known as garbage collection and is one of the core services provided by the CLR.
这也称为垃圾回收,它是CLR提供的核心服务之一。
msdn2.microsoft.com
5.
Do not hold a lock while your profiler calls into a CLR function that can trigger a garbage collection.
当探查器调入可能触发垃圾回收的CLR函数时,不要持有锁。
technet.microsoft.com
6.
A familiar problem that this causes is the pauses that occur during Garbage Collection (GC).
这导致的一个问题就是在垃圾收集(GC)时所产生的停顿现象。
www.infoq.com
7.
Displays the percentage of elapsed time that was spent performing a garbage collection since the last garbage collection cycle .
此计数器不是累积计数器;它显示在最后一次垃圾回收结束时观察到的值。
www.bing.com
8.
Back in the day, developers had to handle all sorts of annoying stuff like memory allocation, garbage collection, and pointers.
从前,开发人员不得不处理所有烦人的问题,比如内存分配、垃圾搜集、和指针。
www.ibm.com
9.
Once we've covered that, we'll briefly touch on garbage collection of classes; so if are comfortable with that, you can skip ahead.
在此之后,我们还将简单讨论一下类的垃圾回收;如果你对此已非常熟悉,则可以跳过这部分内容。
www.infoq.com
10.
Another problem that is more general would be an expanding heap that never seems to shrink, despite active garbage collection.
另一个更普遍的问题是,看似从不会压缩的扩展堆,却有活跃的垃圾收集。
www.ibm.com
1.
Garbage collection is to be late at night and the city government officials are concerned that the music will disturb people's sleep.
垃圾收集改在夜间进行,而市府官员恐怕那音乐会扰人清梦。
www.ncut.edu.cn
2.
The number of times garbage collection has occurred for the specified generation, since the process was started.
自启动进程以来已经对指定代进行的垃圾回收次数。
msdn2.microsoft.com
3.
A safe point for a thread is a point in its execution at which garbage collection can be performed.
线程的安全点是线程执行过程中可执行垃圾回收的一个点。
msdn2.microsoft.com
4.
Objects in the Deleted Objects container are tombstones that will be removed during the next garbage collection cycle.
删除对象容器中对象是tombstone在下垃圾集合周期将被删除。
support.microsoft.com
5.
Running with class sharing enabled has no effect on class garbage collection (GC).
启用类共享并不影响类的垃圾收集(GC)。
www.ibm.com
6.
Namespace to retrieve the hash code values for the respective threads on which the application methods and the garbage collection run.
命名空间来检索运行应用程序方法和垃圾回收的各个线程的哈希代码值。
msdn2.microsoft.com
7.
Each individual object that had been an element of the collection continues to exist until it is individually marked for garbage collection.
曾经作为集合元素的每个对象在各自被标记为垃圾回收之前会继续存在。
msdn2.microsoft.com
8.
If server garbage collection is not enabled, workstation garbage collection is in effect (with or without concurrent collection).
如果伺服器记忆体回收未启用,工作站记忆体回收就会生效(含或不含同时回收)。
technet.microsoft.com
9.
When the first component finishes its instance of that queue, it releases the queue either through garbage collection or by calling Close.
当第一个组件完成该队列的实例后,它通过垃圾回收或通过调用Close释放该队列。
msdn2.microsoft.com
10.
This memory is not subject to garbage collection and therefore does not have to be pinned (via fixed).
此内存不受垃圾回收的制约,因此不必将其钉住(通过fixed)。
msdn2.microsoft.com
1.
The size of a memory resource immediately after garbage collection is greater than a previously set threshold value.
垃圾收集之后内存资源的大小超过了预先设置的阈值。
www.ibm.com
2.
Verbose garbage collection is not as verbose as the name suggests.
详细垃圾收集并非像其名称暗示的那样详细。
www.ibm.com
3.
Note that garbage collection does not zero out the contents of collected objects but simply marks the memory as available for reallocation .
注意,垃圾回收并不会将回收对象的内容清零,而只是将内存标记为可用于重新分配。
www.bing.com
4.
In effect, the implied reference from the source does not determine whether the listener is eligible for garbage collection.
实际上,来自源的隐含引用无法确定侦听器是否适合进行垃圾回收。
msdn.microsoft.com
5.
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
允许Object在“垃圾回收”回收Object之前尝试释放资源并执行其他清理操作。
msdn2.microsoft.com
6.
What is not widely known is that this method does not do any "garbage collection" inside the resulting file.
大多数人不知道,这种方法不会在所得到的文件内进行任何“垃圾收集”处理。
www.ibm.com
7.
We analyze the efficiency of these two methods, and demonstrate their potential impact on garbage collection.
我们分析了修改前后的演算法,监测它们对垃圾收集程式的影响程度。
140.118.33.11:8080
8.
Garbage collection works in a number of configurable ways through the deferred page space allocation policy.
可以通过延迟的分页空间分配策略以多种可配置的方式执行垃圾收集。
www.ibm.com
9.
Barely were we able to keep up with garbage collection during the watermelon season.
在西瓜旺季,我们几乎无法及时地回收垃圾。
www.tingclass.net
10.
Application load, garbage collection concurrency, locality, and allocation efficiencies can all influence application performance.
应用程序负载、垃圾收集并发、位置和分配效率都可能影响应用程序性能。
www.ibm.com
1.
Increasing the JVM heap size permits more objects to be created before an allocation failure occurs and triggers a garbage collection.
通过增加JVM堆大小,可以在出现分配故障并触发垃圾收集之前创建更多对象。
www.ibm.com
2.
Informs the runtime that unmanaged memory has been released and no longer needs to be taken into account when scheduling garbage collection.
通知运行库已释放非托管内存,在安排垃圾回收时不需要再考虑它。
msdn2.microsoft.com
3.
It shows the sequence of garbage collection cycles that occurred throughout the life of that JVM.
它显示了整个JVM生存期间,各个垃圾回收周期的顺序。
www.ibm.com
4.
Indicates that the modified garbage collection reference represents a reference parameter within a method signature.
指示修饰的垃圾回收引用表示某方法签名内的引用参数。
msdn2.microsoft.com
5.
This counter is updated at the end of a garbage collection, not at each allocation.
此计数器在垃圾回收结束时(而不是在每次分配时)进行更新。
msdn2.microsoft.com
6.
After all, garbage collection is one of the core features of the Java language, and memory management is a chore of the past!
毕竟,垃圾收集是Java语言的核心特性之一,而内存管理是已经过时的一件麻烦事。
www.ibm.com
7.
The Java language may be the most widely used programming language to rely on garbage collection, but it is by no means the first.
Java语言可能是使用最广泛的依赖于垃圾收集的编程语言,但是它并不是第一个。
www-128.ibm.com
8.
HotSpot recognizes many command line options, several of which allow you to customize heap size and garbage collection options.
HotSpot识别许多命令行选项,其中几个选项允许您定制堆大小和垃圾收集选项。
www.ibm.com
9.
This naturally enables the application to run for a longer period of time between garbage collection (GC) cycles.
这通常可以让应用程序增加各垃圾收集(GC)周期之间的间隔时间。
www.ibm.com
10.
The cost of a nursery garbage collection is relative to the amount of data that survives (Figure 5).
托儿所垃圾收集的成本与幸存的数据量有关(参见图5)。
www.ibm.com
1.
See Resources for a number of articles offering more detailed garbage collection tuning advice.
有关微调垃圾收集的更多细节请参阅参考资料中的几篇文章。
www.ibm.com
2.
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暂停时间基于堆上的活动对象的数量。
www.ibm.com
3.
Therefore, to use this method of garbage collection, the collector must be integrated with the programming language.
因此,为使用这种垃圾收集方法,垃圾收集器必须与编程语言集成在一起。
www.ibm.com
4.
It checks garbage-collection activity, method execution, application synchronization, and configuration.
它检查垃圾收集行为、方法执行、应用程序同步和配置。
www.ibm.com
5.
A generation 0 garbage collection occurs when the allocations since the last collection exceed this size.
当自最近回收后的分配超出此大小时发生第0级垃圾回收。
msdn2.microsoft.com
6.
The following example shows the contents of a sample application configuration file that enables server garbage collection.
下面的示例演示一个启用服务器垃圾回收的示例应用程序配置文件的内容。
msdn2.microsoft.com
7.
Displays the number of pinned objects encountered in the last garbage collection.
显示上次垃圾回收中遇到的钉住的对象的数目。
msdn2.microsoft.com
8.
The counter is incremented at the end of a generation 2 garbage collection ( also called a full garbage collection ) .
此计数器在第2级垃圾回收(也称作完整垃圾回收)结束时递增。
www.bing.com
9.
The next activity to consider is Garbage Collection or what is more formally known as Heap Management.
下一个需要考虑的是垃圾收集,或者更广为人知的名字—堆管理。
www.infoq.com
10.
Regardless of the algorithm chosen, trends in hardware and software have made garbage collection far more practical.
不管选择什么算法,硬件和软件的发展使垃圾收集更具有实用性。
www-128.ibm.com
1.
If the host does not specify the type of garbage collection, you can use a configuration file setting to specify server garbage collection.
如果主机未指定垃圾回收的类型,则可以使用配置文件设置指定服务器垃圾回收。
msdn2.microsoft.com
2.
Garbage collection can enhance application performance by improving object locality and the speed at which new objects can be allocated.
垃圾收集可以改进对象局部性和加速新对象分配,从而增强应用程序性能。
www.ibm.com
3.
Therefore, much of Java tuning involves determining the optimal memory sizes for the heap and fine tuning the garbage collection process.
因此,许多Java调优措施都涉及决定堆的最佳内存大小以及调整垃圾收集过程。
www.ibm.com
4.
Forces garbage collection from generation zero through a specified generation.
强制对零代到指定代进行垃圾回收。
msdn2.microsoft.com
5.
With Microsoft. NET, developers gain superior memory management technology for seamless garbage collection and reduced program complexity.
通过Microsoft.NET,开发人员可以获得极好的内存管理技术,以实现无缝的垃圾收集和降低程序复杂性。
msdn2.microsoft.com
6.
This would defeat the optimizing engine in the garbage collector, which determines the best time to run a garbage collection.
这可能会削弱垃圾回收器中优化引擎的作用,而垃圾回收器可以确定运行垃圾回收的最佳时间。
msdn2.microsoft.com
7.
The number of bytes allocated to live objects after the last garbage collection.
上次垃圾回收之后的活动对象的数量。
msdn2.microsoft.com
8.
As long as the publishing object holds that reference, garbage collection will not delete your subscriber object.
只要发行物件拥有该参考,记忆体回收将无法删除订阅者物件。
technet.microsoft.com
9.
One of the first items to monitor in the verbose garbage collection output is the free heap after collection.
在详细模式垃圾收集输出中监视的第一批项目包括收集后的空闲堆。
www.ibm.com
10.
The simplest form of garbage collection tuning is simply expanding the maximum heap size (-Xmx).
最简单的垃圾收集微调就是扩大最大堆的大小(-Xmx)。
www.ibm.com
1.
But sometimes an application takes up too much memory, regardless of the efficiency of allocation and garbage collection.
但是,有时候无论分配和垃圾收集的效率如何,应用程序都要占用很多的内存。
www-128.ibm.com
2.
There are several reasons why you might wish to take a closer look at the garbage collection (GC) in an application.
鉴于以下这些原因,您可能需要仔细查看应用程序中的垃圾收集(GC)。
www.ibm.com
3.
The number of bytes promoted to a higher generation at the most recent garbage collection.
在最近一次垃圾回收中提高到高代的字节数。
msdn2.microsoft.com
4.
Is a collection of tools for tracking the garbage collection performance of your application.
是一组跟踪您应用程序的垃圾收集性能的工具。
www-128.ibm.com
5.
Employ reference counting to provide the appearance of garbage collection.
使用了引用计数来提供垃圾收集的特性。
www-128.ibm.com
6.
Specifies whether the common language runtime runs garbage collection concurrently.
指定公共语言运行库是否同时运行垃圾回收。
msdn2.microsoft.com
7.
Can garbage collection pauses be scheduled at times that are convenient for the user program, rather than for the garbage collector?
垃圾收集暂停是否规划为在用户程序方便而不是垃圾收集器方便的时间发生?
www.ibm.com
8.
Garbage collection involves collecting all the "unreachable" references so that the space consumed by them can be reused.
垃圾收集包括收集所有“不可达的(unreachable)”引用,以便重用它们所占用的空间。
www.ibm.com
9.
Based on the program's allocation rate, the system attempts to predict when the next garbage collection will be required.
根据程序的分配速度,系统试图预测下次需要执行垃圾收集的时间。
www.ibm.com
10.
The next line indicates the same information, but denotes a full garbage collection.
第二行指示相同的信息,但表示一个完整的垃圾收集。
www.ibm.com
1.
Monitor the garbage collection cycles by watching how the free and used memory is utilized by the JVM.
请通过观察JVM如何利用可用内存和用去的内存来监视垃圾收集周期。
www.ibm.com
2.
Specifies whether the common language runtime runs garbage collection on a separate thread.
指定公共语言运行库是否在单独的线程上运行垃圾回收。
msdn2.microsoft.com
3.
it displays the value observed at the end of the last garbage collection.
它显示在最后一次垃圾回收结束时观察到的值。
technet.microsoft.com
4.
Notice that increasing this value might cost more garbage collection activities if memory allocated for each task is not large enough.
注意,如果给每个任务分配的内存不够大,增加这个值可能会导致更多垃圾收集活动。
www.ibm.com
5.
This small trick can save a lot of memory thrashing and garbage collection over the lifetime of a program.
这个小技巧可以在程序生存期减少很多的内存抖动(memorythrashing)和垃圾收集。
www.ibm.com
6.
The number of bytes of memory, native and managed, in use after the last garbage collection.
上次垃圾回收后仍使用的本机和托管内存的字节数量。
msdn2.microsoft.com
7.
For single-processor computers, the default workstation garbage collection should be the fastest option.
对于单处理器计算机,默认的工作站垃圾回收应该是最快的选项。
msdn.microsoft.com
8.
Informs the runtime of a large allocation of unmanaged memory that should be taken into account when scheduling garbage collection.
通知运行库在安排垃圾回收时应考虑分配大量的非托管内存。
msdn2.microsoft.com
9.
Because garbage collection algorithms vary, some algorithms analyze older, longer-lived objects less frequently than short-lived objects.
由于各种垃圾收集算法有所不同,某些算法会更频繁地分析生存期较短的对象,而不是较老、生存期较长的对象。
www-128.ibm.com
10.
Property to determine whether server garbage collection is enabled for the current process.
属性可确定是否对当前进程启用服务器垃圾回收。
msdn2.microsoft.com
1.
Force another garbage collection and then take a second object snapshot of the heap.
再强制进行一次垃圾收集,然后对系统堆中的对象做第二次对象快照。
www-128.ibm.com
2.
These addresses may become invalid after garbage collection, so after garbage collection, profilers should not assume that they are valid.
垃圾回收后,这些地址可能会无效,因此垃圾回收后,探查器不应假定它们是有效的。
msdn.microsoft.com
3.
The question is: should a benchmark measurements include the time needed for maintenance or garbage collection?
我们面对的问题是:基准测试中是否需要将内存维护或者垃圾回收的时间包括进来?
www.infoq.com
4.
When a JVM is performing garbage collection, it is generally not doing anything else (different algorithms behave differently).
当JVM执行垃圾收集时,它一般不会做其他任何事情(不同的算法行为不同)。
www.ibm.com
5.
By default, garbage collection is non-concurrent, and only the base class library is loaded into the domain-neutral area.
默认情况下,垃圾回收是非并发的,并且仅把基类库加载到非域特定的区域。
msdn2.microsoft.com
6.
Its deletion and garbage collection was detected on the source domain controller (DC) without replicating the deletion to this DC.
在源域控制器(DC)上已检测到该对象的删除和垃圾收集,而无须将相应的删除操作复制到此DC。
support.microsoft.com
7.
Of course, implementing garbage collection in a concurrent environment is itself a challenge.
当然,在并行环境下实现垃圾回收本身就是个挑战。
bbs.golang-china.org
8.
Contrary to popular belief, garbage collection does not cause the application server to lose requests.
与流行的看法相反,垃圾收集不会导致应用程序服务器丢失请求。
www.ibm.com
9.
Specifies whether the runtime runs garbage collection concurrently.
指定运行库是否同时运行垃圾回收。
msdn2.microsoft.com
10.
Garbage collection is the fully automatic detection and removal of data objects that are no longer in use.
垃圾收集(Garbagecollection)是全自动地检测并移除不再使用的数据对象。
blog.163.com
1.
When the global reference is created, the JVM adds it to a list that excludes that object from garbage collection.
创建全局引用时,JVM会将它添加到一个禁止垃圾收集的对象列表中。
www.ibm.com
2.
The various garbage collection strategies perform very differently depending on the mix of short -lived and long-lived objects .
根据短寿对象和长寿对象的混合比例,不同垃圾收集策略的性能会有非常大的差别。
www.bing.com
3.
The generation of objects for which the garbage collection count is to be determined.
对象的代,将针对此代确定垃圾回收计数。
msdn2.microsoft.com
4.
Garbage collection will free up the memory later if memory management becomes a problem.
如果内存管理成为问题所在,则垃圾回收稍后会释放内存。
msdn2.microsoft.com
5.
Unnecessary object creation and the associated garbage collection of the unused object degrade performance.
创建不必要的对象以及与未使用的对象相关的垃圾回收会导致性能下降。
technet.microsoft.com
6.
Managing memory tightly is important so that garbage collection and other memory management issues do not affect the benchmark results.
严格管理内存很重要,这样,垃圾收集和其他内存管理问题就不会影响基准测试结果。
www-128.ibm.com
7.
The JVM may continue growing the heap rather than wait for a garbage collection cycle to complete.
JVM可能继续增大堆,而不等待一个垃圾收集周期的完成。
www.ibm.com
8.
Besides, several system services, like garbage collection, event listener and thread pool management are also provides in the product.
同时在服务器端实现了事件监听和多线程管理等机制,提高了产品的服务质量。
www.fabiao.net
9.
The finalizers are called on objects that are no longer live during the same garbage collection pass .
将对在同一垃圾回收传递期间不再活动的对象调用终结器。
www.bing.com
10.
Specifies whether the common language runtime runs server garbage collection.
指定公共语言运行库是否运行服务器垃圾回收。
msdn2.microsoft.com
1.
This approach uses leases efficiently because very little network traffic is required for distributed garbage collection.
由于分布式垃圾回收所需的网络通信量很小,因此这种方法可高效地使用租约。
msdn2.microsoft.com
2.
Because you create new objects rather than mutate old ones, systems with lots of updates can cause inefficiencies with garbage collection.
因为您是创建新的对象而不是改变原有的对象,因此有着大量更新的系统可能就会导致以为垃圾收集而带来的效率低下。
www.ibm.com
3.
During the garbage collection process the garbage collector often moves objects to different locations in the heap.
在垃圾收集过程中,垃圾收集器经常吧对象移动到堆中的另外一个位置。
blog.sina.com.cn
4.
The directory received a request to remove deleted objects that have expired (garbage collection).
目录收到一个过期的删除删除对象的要求(垃圾集合)。
www.fan6.net
5.
A second, less obvious, way is to choose a policy that maximizes the benefits of garbage collection.
第二种不是很明显的方法是选择能够最大化垃圾收集的益处的策略。
www.ibm.com
6.
Introduced with JVM v1. 3 for all operating system platforms is the concept of generational garbage collection .
针对所有操作系统平台的生成的垃圾收集(generationalgarbagecollection)概念在JVMV1.3中被引入。
www.ibm.com
7.
This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.
代码从池中检索到一个实例,从而避免了内存分配、构建和最终的垃圾回收。
www.cnblogs.com
8.
Java also implements automatic garbage collection, so you don't have to worry about memory management issues.
JAva还实现了自动资源回收,所以我们不需要担心内存管理的问题。
www.bing.com
9.
In general, a higher memory footprint leads to higher garbage collection rates and additional pause times during request processing.
通常,内存占用率越高,就会导致垃圾回收率更高,请求处理期间暂停的次数也会增加。
www.ibm.com
10.
Garbage collection eliminates memory leaks as well as some other common programming errors.
垃圾回收消除了内存泄漏以及其他一些常见的编程错误。
msdn2.microsoft.com
1.
When this limit is reached, the oldest data map is removed from the repository and becomes eligible for garbage collection.
当达到这个限值时,最旧的那个数据地图会从存储库中删除,以便进行垃圾收集。
www.ibm.com
2.
However, too much garbage collection can and will have an adverse effect on your application's performance.
然而,过于频繁的垃圾收集可能、并且将会对您的应用程序的性能产生反作用。
www.ibm.com
3.
Two additional metrics to key in on are the garbage collection intervals and the average pause times for each collection.
另外还需要考虑各收集任务的垃圾收集间隔时间和平均暂停时间。
www.ibm.com
4.
Reference objects introduce some additional costs into the garbage collection process.
引用对象给垃圾收集过程带来了一些附加的成本。
www.ibm.com
5.
This counter is explicitly incremented when a higher generation ( generation 2 ) garbage collection occurs .
当较高级(第2级)垃圾回收发生时此计数器被显式递增。
www.bing.com
6.
We've happily given away responsibility for garbage collection, memory management, and hardware differences.
我们很高兴不用再操心垃圾回收、内存管理和硬件差异。
www.ibm.com
7.
Started to remove deleted objects that have expired ( garbage collection ) .
开始启动删除已过期的删除对象(垃圾集合)。
www.bing.com
8.
OK, so which of these approaches does the JDK take for garbage collection?
那么JDK使用了哪种方式进行垃圾收集呢?
www-128.ibm.com
9.
The reported event is a false positive because an administrator shortened the TSL to force the garbage collection of deleted objects.
因为管理员缩短TSL以强制删除对象的垃圾集合报告事件是假阳性。
support.microsoft.com
10.
In certain situations, however, garbage collection performance nosedives for no apparent reason.
但是在某些情况下,垃圾收集的性能会莫名其妙地迅速降低。
www.ibm.com
1.
To gather this information about memory usage and garbage collection, turn on Verbose GC logging within your application server.
要收集关于内存使用情况和垃圾收集的信息,请在您的应用服务器中打开详细的垃圾收集日志记录。
www.ibm.com
2.
Last month, we looked at the classic garbage collection techniques of reference counting, copying, mark-sweep, and mark-compact.
上个月,我们分析了引用计数、复制、标记-清除和标记-整理这些经典的垃圾收集技术。
www.ibm.com
3.
Thus, garbage collection will occur more frequently, and, finally, the portal system will become unresponsive.
这样,会导致垃圾回收更频繁,而最终将使门户系统停止响应。
www.ibm.com
4.
The command processor examples you'll study run from the trivial (garbage collection) to the fairly complex (image display).
您将学习的命令处理器示例可以简单地运行(垃圾收集),也可以相当复杂地运行(图像显示)。
www.ibm.com
5.
Garbage collection handles are handles to resources external to the common language runtime and the managed environment.
垃圾回收处理是对公共语言运行库和托管环境外部的资源的处理。
msdn2.microsoft.com
6.
This approach is preferred when garbage collection for the servant region JVM is reasonable and acceptable.
当服务区域JVM的垃圾收集合理和可接受时,此方法是首选的方法。
www.ibm.com
7.
This approach is useful when the storage requirements for single request processing are high, resulting in excessive garbage collection.
当单个请求处理的存储需求非常高,从而导致过多的垃圾收集时,此方法非常有用。
www.ibm.com
8.
The default value is now false, which changes the method of garbage collection.
现在的默认值是false,这改变了垃圾收集的方法。
www.ibm.com
9.
Automatic allocation and garbage collection all but eliminates resource leaks in applications.
自动分配合垃圾回收避免程序中资源泄漏。
gaoxumailblog.blog.163.com
10.
Disables garbage collection concurrency and reclaims objects in a batch call.
在批调用中禁用垃圾回收并发,并回收对象。
technet.microsoft.com
1.
While garbage collection must be tolerated, arduously long pause times are another matter entirely.
尽管必须忍受垃圾收集,但是暂停时间太长完全是另一回事。
www.ibm.com
2.
To understand this, the first thing you need to check is garbage collection.
要理解这一点,首先需要检查的是垃圾收集。
www.ibm.com
3.
The garbage collection pause times are the most significant delays any threads encounter.
垃圾收集停顿时间是任何线程遇到的最显著的延迟。
www.ibm.com
4.
We hope this article and the one previous to it have helped you better understand how garbage collection works in the IBM SDK.
我们希望本文和前一篇文章能够帮助您更好地理解IBMSDK中垃圾收集的工作原理。
www.ibm.com
5.
Advances in garbage collection technology have increased recycling capacity.
垃圾收集技术的进步已增强了回收能力。
www.america.gov
6.
Server garbage collection should be the fastest option for more than two processors.
服务器垃圾回收对于两个以上的处理器应该是最快的选项。
msdn2.microsoft.com
7.
The Java Virtual Machine now manages garbage collection rather than the system.
现在由Java虚拟机(而不是系统)管理垃圾收集。
www.ibm.com
8.
Normally, the file system operates very quickly, but when garbage collection is required, performance slows down.
一般情况下,这种文件系统非常快,但是一旦需要进行垃圾收集,性能就会慢下来。
www.ibm.com
9.
Specifies whether the runtime runs server garbage collection.
指定运行库是否运行服务器垃圾回收。
msdn2.microsoft.com
10.
When the contract object is disposed, the add-in will be available to be reclaimed by garbage collection.
在释放该协定对象时,便可以通过垃圾回收来回收外接程序。
technet.microsoft.com
1.
Garbage collection (GC) will usually kick in when a memory allocation failure occurs.
当出现内存分配失败的时候,通常将启动垃圾收集(GC)。
www.ibm.com
2.
Otherwise, the item is removed by garbage collection and your event handler code does not run.
否则,此项便会被垃圾回收移除,而事件处理程序代码也将无法运行。
msdn2.microsoft.com
3.
This counter is incremented at the end of a generation 0 garbage collection.
此计数器在第0级垃圾回收结束时递增。
technet.microsoft.com
4.
To supplement garbage collection, your classes can provide a mechanism to actively manage system resources if they implement the.
接口,则类可以提供一种机制来主动管理系统资源。
msdn2.microsoft.com
5.
Otherwise, the item is removed by garbage collection at some indeterminate point, and your event handler code stops working.
否则,该项会被某个中间点的垃圾回收移除,事件处理程序代码将停止工作。
msdn2.microsoft.com
6.
Water and garbage collection costs are usually included in the rent.
水和垃圾收集费用通常包括在租金内。
www.defedu.com
7.
Garbage collection application binary interface (ABI) support.
垃圾收集应用程序二进制接口(ABI)支持。
www.ibm.com
8.
The counter is incremented at the end of a generation 1 garbage collection.
此计数器在第1级垃圾回收结束时递增。
msdn2.microsoft.com
9.
Provides methods that notify the host of events in the garbage collection mechanism implemented by the CLR.
为公共语言运行库提供方法,用以通知宿主有关垃圾回收活动的情况。
msdn2.microsoft.com
10.
In the Virtual Register Machine, the memory is managed through vector model with the garbage collection facility.
该寄存器机器还要基于向量模型来管理内存,并实现垃圾回收机制。
www.pclwsj.com
1.
In some circumstances, finalizable objects could be reclaimed by garbage collection while executing a method within a platform invoke call.
在某些情况下,在平台调用中执行方法时,垃圾回收操作可能对可终结对象进行回收。
msdn2.microsoft.com
2.
Next, understand your application's garbage collection requirements and tune the JVM accordingly.
接下来,了解应用程序的垃圾收集需求并相应地调整JVM。
www.ibm.com
3.
Brian Goetz discusses the limitations of garbage collection and identifies situations when you have to do your own housecleaning.
中,BrianGoetz讨论了垃圾收集的局限性,并指出了您必须自己做内务处理的场景。
www-128.ibm.com
4.
Whether or not class garbage collection is allowed (-Xnoclassgc).
是否允许类垃圾收集(-Xnoclassgc)。
www.ibm.com
5.
Element to specify how the runtime should run garbage collection.
元素来指定运行库应如何运行垃圾回收。
msdn2.microsoft.com
6.
Attempts to free resources and perform other cleanup operations before the application context is reclaimed by garbage collection.
尝试在应用程序上下文被垃圾回收前释放资源并执行其他清理操作。
msdn2.microsoft.com
7.
It also uses a wandering tree for garbage collection (a form of B tree).
它还使用一种复杂的树实现垃圾收集(一种B 树形式)。
www.ibm.com
8.
Contains information about assembly binding and garbage collection.
包含有关程序集绑定和垃圾回收的信息。
msdn2.microsoft.com
9.
The CLR also provides other services related to automatic garbage collection , exception handling, and resource management .
CLR还提供与自动垃圾回收、异常处理和资源管理有关的其他服务。
www.bing.com
10.
For more information, see Object Lifetime: How Objects Are Created and Destroyed and Garbage Collection.
有关更多信息,请参见对象生存期:如何创建和销毁对象和垃圾回收。
msdn2.microsoft.com
1.
That is, do not hold a lock if the owning thread might make a call that triggers a garbage collection.
也就是说,如果拥有的线程可能进行触发垃圾回收的调用,请不要持有锁。
technet.microsoft.com
2.
Another way to reduce the memory used by a program is to assist the garbage collection routine to dynamically free memory.
另一种减少程序使用的内存的方法是帮助垃圾回收例程动态释放内存。
msdn.microsoft.com
3.
Displays the number of bytes per second allocated on the garbage collection heap.
显示每秒在垃圾回收堆上分配的字节数。
msdn2.microsoft.com
4.
Verbose garbage collection is enabled by way of the -verbose: gc option.
详细垃圾回收是通过-verbose:gc选项启用的。
www.ibm.com
5.
Server garbage collection is available only on multiprocessor computers.
服务器垃圾回收仅在多处理器计算机上可用。
technet.microsoft.com
6.
Does not run garbage collection concurrently.
不同时运行垃圾回收。
msdn2.microsoft.com
7.
Displays the peak number of times garbage collection was performed because of an explicit call to GC. : : . Collect.
显示因显式调用GC.::.Collect而执行的垃圾回收的峰值次数。
msdn2.microsoft.com
8.
For example, object pooling reduces the amount of garbage generated by an application but can seriously hurt garbage collection performance.
例如,对象轮询会减少应用程序生成的垃圾数量,但严重降低了垃圾收集的性能。
www.ibm.com
9.
However, the opposite is also true: A wise choice of garbage collection parameters can actually make an application run more quickly.
但反过来也正确:明智地选择垃圾收集参数实际上会使应用程序运行速度更快。
www.ibm.com
10.
Eventually, garbage collection completes and reclaims the object.
最后,垃圾回收完成,对象被回收。
msdn2.microsoft.com
1.
We approximate the free memory after a garbage collection cycle by using algorithms that analyze the variance of free memory statistics.
通过使用分析可用内存统计信息变化的算法,我们可粗略计算垃圾收集周期之后的可用内存。
www.ibm.com
2.
Ensure that the check box next to Verbose garbage collection is selected, and then restart the server.
确保选中Verbosegarbagecollection旁的复选框,然后重启此服务器。
www.ibm.com
3.
As a result, performance can degrade as the decreased available heap memory leads to more frequent garbage collection.
因此,随着可用堆内存的减少而导致更频繁的垃圾回收,性能可能会降低。
www.ibm.com
4.
Garbage collection has a lot of overhead, as it basically halts the execution of your application so it can examine your objects.
垃圾收集的开销很大,因为本质上它会中止应用程序的执行以便可以检验对象。
www.ibm.com
5.
Specifies the garbage collection settings for the current process.
指定当前进程的垃圾回收设置。
msdn2.microsoft.com
6.
All the object references it contains are released when it is reclaimed by garbage collection.
当垃圾回收对该对象进行回收以后,该对象包含的所有对象引用都将释放。
msdn2.microsoft.com
7.
Automatic garbage collection is performed on this heap.
自动垃圾回收即是在该堆上执行的。
msdn2.microsoft.com
8.
After the code in the statement is executed, any pinned variables are unpinned and subject to garbage collection.
执行完语句中的代码后,任何固定变量都被解除固定并受垃圾回收的制约。
msdn2.microsoft.com
9.
Here is an example that shows the effect heavy garbage collection has in a real situation.
这里提供了一个示例,该示例说明了在真实的情况中,繁重的垃圾收集对系统产生的影响。
www.ibm.com
10.
To optimally handle these different sorts of workloads, different garbage collection strategies are required.
要以最佳方式处理这些不同种类的工作负载,则需要使用不同的垃圾收集策略。
www.ibm.com
1.
With the explicit null assignment, Eden gets freed each time before the new object is created, so garbage collection is much faster.
通过显式地赋空变量,Eden就能在新对象创建之前获得自由空间,这样垃圾收集就会更快。
www-128.ibm.com
2.
This counter indicates the current memory allocated in bytes on the garbage collection heaps .
此计数器指示在垃圾回收堆上分配的当前内存(以字节为单位)。
www.bing.com
3.
Columnist Brian Goetz reviewed the basic algorithms for garbage collection.
中,专栏作家BrianGoetz回顾了垃圾收集的基本算法。
www-128.ibm.com
4.
The addresses of objects that may be in the garbage collection heap.
可能位于垃圾回收堆中的对象的地址。
msdn.microsoft.com
5.
Displays the current number of garbage collection handles in use.
显示正在使用的垃圾回收处理的当前数目。
msdn2.microsoft.com
6.
Garbage collection is the process of reclaiming invalid blocks (those that contain some amount of invalid data).
垃圾收集是一个回收无效块的过程(无效块中包含了一些无效数据)。
www.ibm.com
7.
Garbage collection can occur in a single application domain or in all application domains.
垃圾回收可以发生在单个应用程序域中,也可以发生在所有应用程序域中。
msdn2.microsoft.com
8.
Enable verbose garbage collection logging in your JVM, which will start logging garbage collection activity.
在JVM中启用详细垃圾收集日志记录,这会开始记录垃圾收集活动。
www.ibm.com
9.
Contains information about assembly binding and the behavior of garbage collection.
包含有关程序集绑定和垃圾回收行为的信息。
msdn2.microsoft.com
10.
Excessive garbage collection (GC) is a common cause of poor application performance.
过度的垃圾收集(GarbageCollection,GC)是性能低下的一个普遍原因。
www.ibm.com
1.
Councils are responsible for garbage collection and recycling .
市议会负责收垃圾及回收利用。
www.bing.com
2.
Specifies whether garbage collection is done on background threads or on the threads that run user code.
指定垃圾回收是在后台线程上进行还是在运行用户代码的线程上进行。
msdn2.microsoft.com
3.
Attempts to delete the temporary files before this object is reclaimed by garbage collection.
在垃圾回收收回此对象之前尝试删除这些临时文件。
msdn2.microsoft.com
4.
At other times, the garbage collection occurs before the callback, the callback generates an access violation, and the program stops.
在其他一些情况下,垃圾回收发生在回调之前,回调会引发访问冲突,并且程序会停止。
msdn2.microsoft.com
5.
Before we get too deep into our discussion, let's begin by reviewing how garbage collection actually works.
在深入讨论之前,我们先回顾一下垃圾收集的工作方式。
www.ibm.com
6.
The job can be absolutely anything, anywhere - garbage collection, actor, working the family farm, a suit and tie corporate position. . .
无所谓工作性质和工作地点——垃圾收集、演员、在家庭农场的劳动或者成为西装革履的企业法人……等等工作都可以。
www.bing.com
7.
Compaction, when it occurs, is the most time-consuming phase of running a garbage collection cycle.
紧凑排列是运行垃圾收集时最消耗时间的阶段。
www.ibm.com
8.
The tool is useful for diagnosing performance issues, particularly issues related to heap sizing and garbage collection.
该工具有助于诊断性能问题、与堆大小和垃圾收集有关的特殊问题。
www.ibm.com
9.
Frees resources and performs other cleanup operations before the object is reclaimed by garbage collection.
在通过垃圾回收将对象回收之前,释放资源并执行其他清理操作。
msdn2.microsoft.com
10.
Gets a reference pointer to the specified managed object that has a garbage collection handle.
获取一个接口指针,该指针指向引用与指定的。
msdn2.microsoft.com
1.
Tracks outstanding handles and forces a garbage collection when the specified threshold is reached.
跟踪未处理的句柄,并在达到指定阈值时强制执行垃圾回收。
msdn2.microsoft.com
2.
The count of pinned objects encountered while performing a garbage collection.
执行垃圾回收时遇到的固定对象的计数。
msdn2.microsoft.com
3.
Forces garbage collection to occur within the runtime.
强制在运行库内执行垃圾回收。
msdn2.microsoft.com
4.
The managed function suppresses garbage collection for the managed delegate to prevent .
托管函数取消托管委托的垃圾回收,以阻止。
technet.microsoft.com
5.
The first place to start with tuning garbage collection is to examine the verbose GC output.
微调垃圾收集首先要做的是检查冗长的GC输出。
www-128.ibm.com
6.
There are several basic strategies for garbage collection: reference counting, mark-sweep, mark-compact, and copying.
有几种垃圾收集的基本策略:引用计数、标记-清除、标记-整理(mark-compact)和复制。
www.ibm.com
7.
This sample demonstrates the interoperation of managed garbage collection with unmanaged code.
本示例说明了托管垃圾回收与非托管代码之间的相互操作。
msdn2.microsoft.com
8.
And finalization adds overhead to instantiation and garbage collection of finalizable objects.
并且终结还为可终结对象的实例化和垃圾收集带来了开销。
www.ibm.com
9.
NILFS2 realized online garbage collection that reclaims disk space with keeping multiple snapshots.
NILFS2实现了在线的垃圾回收,在保持多个快照的同时回收磁盘空间。
www.bing.com
10.
The garbage collection algorithm can then intelligently decide what to reclaim in a reasonable way.
垃圾收集算法通过合理的方法智能地判断应该回收的块。
www.ibm.com
1.
You see 123 collections and a total of about 0. 3 seconds spent doing garbage collection.
您会看到123次收集和进行垃圾收集所花费的总时间约为0.3秒。
www.ibm.com
2.
In many cases, garbage collection is slower than other forms of memory management.
在多数情况下,垃圾收集比其他形式的内存管理更慢。
frenchen.blog.163.com
3.
The JVM is effectively paused during the garbage collection run.
在运行垃圾收集期间,JVM实际上会暂停。
www.ibm.com
4.
The parser needs to create event objects that later are subject to garbage collection.
解析器需要创建事件对象,这些对象在以后被无用单元收集器回收。
www-128.ibm.com
5.
IBM implementation uses a garbage collection algorithm called mark-sweep-compact (MSC), which is named after three distinct phases.
IBM实现使用称为mark-sweep-compact(MSC)的垃圾收集算法,它是根据三个不同的阶段命名的。
www.ibm.com
6.
What percentage of the total available CPU time is spent in garbage collection?
总的可用CPU时间用在垃圾收集上的百分比是多少?
www-128.ibm.com
7.
No problems were noted, with the exception of very chatty garbage collection.
没有问题被注意到,除了垃圾收集的问题。
www.ibm.com
8.
In this future garbage collection, the objects memory is actually reclaimed.
在后来的垃圾回收中,实际上回收了对象的内存。
msdn2.microsoft.com
9.
This lazy garbage collection scheme allows for very fast object allocation.
这种“懒惰”的垃圾回收方案允许快速分配对象。
msdn2.microsoft.com
10.
An unmanaged host can request server garbage collection, and the host request overrides configuration file settings.
非托管主机可请求服务器垃圾回收,并且该主机请求会重写配置文件设置。
technet.microsoft.com
1.
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
在通过垃圾回收将Component回收之前,释放非托管资源并执行其他清理操作。
msdn2.microsoft.com
2.
Using garbage collection to simplify memory management for lists.
使用垃圾收集器来简化列表的内存管理。
www-128.ibm.com
3.
Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection.
在垃圾回收将对象回收之前,尝试通过调用Dispose(false)来释放资源。
msdn2.microsoft.com
4.
This is a useful metric because some garbage collection is (for the time being) an inevitable fact of life for most applications.
这是一个有用的指标,因为一些垃圾收集器(当前)是大多数应用程序必须要面对的问题。
www.ibm.com
5.
Causes a garbage collection whenever a thread transitions from managed to unmanaged code.
导致每当发生从托管代码到非托管代码的线程转换时都进行垃圾回收。
msdn2.microsoft.com
6.
This counter is explicitly incremented when a higher generation (generation 1 or 2) garbage collection occurs.
当较高级(第1级或第2级)垃圾回收发生时此计数器被显式递增。
technet.microsoft.com
7.
The IBM JVM also supports detailed garbage collection tracing via the -Xtgcn option, where n specifies the tracing level of interest.
IBMJVM还通过-Xtgcn选项支持verbose垃圾回收跟踪,其中n指定感兴趣的跟踪级别。
www.ibm.com
8.
Pending garbage collection is done. More pages are garbage-collected.
更多的页被碎片帐集当空余空间紧张的时候。
forum.ubuntu.org.cn
9.
The Java heap size and the garbage collection policy are two key factors that affect performance.
Java堆大小和垃圾收集策略是影响性能的两大因素。
www.ibm.com
10.
This type of garbage collection scheme allows for very fast object allocation.
这种类型的垃圾回收方案可以非常快速地进行对象分配。
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/5 9:20:19