• 控制DB 2服务器并发应用程序消耗资源比如应用程序

    This controls the resources, such as the total application heap, consumed by the concurrent applications on the DB2 server.

    youdao

  • 1显示MapLeakerGC之后应用程序大小随着时间变化图

    Figure 1 shows a graph of the application heap size after GC for MapLeaker over time.

    youdao

  • 应用程序大小参数定义了数据库管理器一个特定代理代理所能使用私有内存页数

    The application heap size parameter defines the number of private memory pages available to be used by the database manager on behalf of a specific agent or subagent.

    youdao

  • 应用程序语句缓冲临时表空间这些区域中的本地处理调优联邦系统

    Tune the federated system for local processing in the areas of application heap, statement heap, buffer pool, sort heap, and temp tablespace.

    youdao

  • 如果模式非常可能需要注册之前增加应用程序大小例如发出以下语句

    If your schema is very large, you may need to increase your application heap size before attempting to register it. For example, issue the following statements.

    youdao

  • 之前我们提到过,代理私有内存包括一些内存池,例如应用程序大小排序大小和语句大小。

    As we have mentioned earlier, the agent private memory includes several memory pools such as the application heap size, sort heap size and statement heap size. (See Figure 1).

    youdao

  • 应用程序接收到一个表明应用程序存储空间不够错误时,应该增加APPHEAPSZ值。

    When your applications receive an error indicating that there is not enough storage in the application heap, increase the value of APPHEAPSZ.

    youdao

  • 如果正确理解应用程序内存要求则固定大小便是一个简单性能优化问题

    Fixing the heap size is an easy performance optimization if the memory requirements of the application are well understood.

    youdao

  • 用于应用程序管理内存区域避免垃圾收集(GC)导致延迟机制就是一个此类扩展

    One such extension is a mechanism for applications to manage areas of memory outside of the heap and avoid delays that are caused by garbage collection (GC).

    youdao

  • 正如上文所示固定示例应用程序可能有时运行速度调整快,仍然未改变的GC开销甚至更长的平均暂停时间表示

    As the example of fixing the heap above showed, an application may sometimes run faster than it did before being tuned but still be marked by an unchanged GC overhead or even longer mean pauses.

    youdao

  • 被注满,应用程序分配内存失败

    The heap filled up, and the application failed to allocate memory.

    youdao

  • 这个参数不是一个应用程序内用于每个应用程序应用程序控制大小

    This parameter is NOT the size of the individual application control heap of each application in an application group.

    youdao

  • 如果应用程序出现内存泄漏内存使用量时间稳步增长。

    If a memory leak is present in your application, the heap memory usage steadily increases over time.

    youdao

  • 比较两转储应用程序对象数目

    Compare the number of application objects in each heap dump.

    youdao

  • 14显示应用程序使用情况

    Figure 14 shows the heap usage for this application.

    youdao

  • 因此应该考虑增加降低应用程序利用率目标避免出现同步gc

    Therefore, you should consider increasing the heap or decreasing the application utilization target to avoid the occurrence of synchronous GCs.

    youdao

  • 一般而言,越大应用程序性能好,但是对于某些系统某些类型的工作负载来说也会存在例外。

    In general, the bigger the heap, the better the application performance, although there are exceptions with certain systems or certain kinds of workloads.

    youdao

  • 如果应用程序内存使用量接近,那么垃圾收集器必须非常频繁收集,这会导致性能损失

    If the heap is close to the memory usage of the application, the garbage collector has to collect the heap too often, and performance suffers.

    youdao

  • 了解大小应用程序利用率方面关系非常重要。

    It's important to understand the correlation between heap size and application utilization.

    youdao

  • 可以消除基于.NET应用程序托管大小常见锯齿模式并且减少应用程序执行垃圾回收花费时间

    This can get rid of the sawtooth pattern often seen for the managed heap size in.net-based applications, and reduces the time an application spends performing garbage collection.

    youdao

  • 应用程序一直运行直至耗尽可用内存此时GC停止所有应用程序代码执行垃圾收集然后应用程序继续运行

    An application runs until the heap is exhausted of free memory, at which point the GC stops all application code, performs a garbage collect, and then lets the application continue.

    youdao

  • 应用程序每个应用程序都有自己的应用程序控制

    Within the application group, each application has its own application control heap.

    youdao

  • 应用程序支持本地应用程序和与相关联代理之间通信缓冲区

    The application support layer heap represents a communication buffer between the local application and its associated agent.

    youdao

  • 解决方案应用程序组成,这些应用程序有助于开发过程应用程序部署

    A solution stack consists of the applications that will assist in the development process as well as the deployment of the application.

    youdao

  • 希望本文能为提供一些关于如何在不同构建之间度量应用程序使用想法还有几个手工技术用于发现处理不可避免的泄漏

    I hope this article has given you some ideas on how to measure your application's heap usage from build to build, plus a few handy techniques for finding and fixing leaks when they inevitably occur.

    youdao

  • 需求不变应用程序可以通过使用固定大小改进GC暂停时间

    Applications with consistent heap requirements might see GC pause time improvements by using a fixed heap size.

    youdao

  • 实时垃圾收集器上运行应用程序时,大小应用程序利用率考虑重要优选项。

    Heap size and application utilization are important tuning options to consider when running an application on a real-time garbage collector.

    youdao

  • 如果没有任何明显原因应用程序增加内存要求使用线条向上蔓延,则可能存在泄露

    If the used heap line is creeping up when there's no obvious reason for the memory requirements of the application to be increasing, there may be a leak.

    youdao

  • 固定大小不得小于应用程序最大内存使用量,以避免出现内存不足的错误

    The fixed heap must be at least as big as the maximum memory usage of the application to avoid out-of-memory errors.

    youdao

  • 8演示了一种典型大小应用程序利用率之间平衡

    Figure 8 illustrates a typical trade-off between heap size and application utilization.

    youdao

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

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

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