• Appl - for application memory consumed for a database.

    对于用于数据库的应用程序内存,名称为:appl。

    youdao

  • GetWorkbook: Get the entire calculated workbook into your application memory, as a byte array.

    在应用程序内存中获取整个已经过计算的工作簿,作为一个字节数组。

    youdao

  • It is an optional service that can be used to store session state data outside of the Web application memory space.

    有一项可选服务可将会话状态数据保存在web应用程序内存之外。

    youdao

  • In AIX 6.1 (on POWER6 processors only), VMM can now dynamically use the larger page size based on application memory usage, which should substantially improve performance.

    在AIX 6.1中(仅在POWER 6处理器中),V MM现在可以根据应用程序的内存使用情况,动态地使用较大的页面大小,而这将显著地提高性能。

    youdao

  • Try the aptly-named Oink to reduce the memory usage of your Rails application.

    尝试使用名称恰当的Oink来减少Rails应用程序的内存使用。

    youdao

  • Application state may be stored in memory, in files, or in a database.

    应用程序状态可以存储在内存、文件或者数据库中。

    youdao

  • So far we have discussed the instance Shared memory, the database Shared memory, the application group Shared memory and the agent private memory.

    至此,我们已经讨论了实例共享内存、数据库共享内存和应用程序组共享内存以及代理私有内存。

    youdao

  • It turns out that if you virtualize many of the same operating system and application sets, many memory pages are identical.

    事实证明,如果您虚拟化许多相同的操作系统和应用程序组,那么许多内存页面都是相同的。

    youdao

  • With enough processes, the memory wasted on overhead might exceed the amount of memory the application requested for use.

    如果有足够多的进程,内存在开销上的浪费可能会超过应用程序请求使用的内存数量。

    youdao

  • Application group Shared memory set is not listed because it is allocated from the database Shared memory set.

    应用程序组共享内存集没有列出,因为它是从数据库共享内存集中分配的。

    youdao

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

    如果您的应用程序出现了内存泄漏,堆内存使用量将随时间稳步增长。

    youdao

  • Running the same application with a memory tool results in a report of an array-bounds violation on the fourth line.

    使用内存工具运行相同应用程序会在第四行产生一个数组边界违规的报告。

    youdao

  • How much memory should we allocate for instance memory, database memory and application Shared memory, so they can fit into the 4gb addressable space?

    应该为实例内存、数据库内存和应用程序共享内存分配多少的内存,以使它们能放入到4gb的可寻址空间?

    youdao

  • The initial working set is the memory pages the application consumes during startup.

    初始工作集是应用程序在启动期间消耗的内存页。

    youdao

  • This improves performance by allowing the application to access the memory in larger single chunks, instead of many smaller chunks.

    这让应用程序能够访问更大的内存块,而不是许多小内存块,从而提高性能。

    youdao

  • The dynamic libraries are mapped into the application execution memory by the dynamic linking loader.

    通过动态链接装入器,将动态库映射进应用程序的可执行内存中。

    youdao

  • This table identifies suspect package names with the largest growth, which can help identify the responsible application component for the memory leak.

    此表标识增长最大的可疑包名称,它可以帮助标识导致内存泄漏的应用程序组件。

    youdao

  • Another policy might simply monitor when the application server's memory levels are critical in order to restart the application server prior to it being crippled.

    另一种策略简单地监视应用服务器的内存水平何时达到临界状态,以在应用服务器崩溃之前对其进行重启。

    youdao

  • Application Shared memory: This refers to the memory allocated when an application connects to a database and is used by agents that do the work requested by the connected clients.

    应用程序共享内存:这是在应用程序连接到数据库时分配的内存,由处理连接到数据库的客户机所请求的工作的代理使用。

    youdao

  • The data of an application that is backed by large pages remains in physical memory until the application completes.

    存储为大页面的应用程序数据会一直留在物理内存中,直到应用程序终止。

    youdao

  • Each application connected to the database has memory allocated to it; therefore accurate configuration of the parameters affecting the application Shared memory becomes crucial.

    每个连接到数据库的应用程序都会被分配内存;因此,正确地配置会影响应用程序共享内存的参数非常重要。

    youdao

  • There is a memory overhead to hold the spot, and in the case of an application server, memory for the thread that's handling the request.

    保留排队位置会导致内存开销,对于应用服务器,这会与正在处理请求的线程争用内存。

    youdao

  • All the DB2 agents belonging to the same application group communicate using the application group Shared memory.

    属于相同应用程序组的所有DB 2代理都使用应用程序组共享内存进行通信。

    youdao

  • For instance, an application may use more memory than expected, and the verbose GC output can give indications about application footprint.

    例如,应用程序可能使用高于期望的内存,并且详细GC输出可以提供有关应用程序内存占用的指示。

    youdao

  • In this example the applications memory usage increased rapidly, to a point where the application simply ran out of memory.

    这个例子中,程序内存占用快速上升,直到产生程序内存溢出。

    youdao

  • A root cause for this type of problem within Ajax applications has to do with how an Ajax application handles memory, disk space, and other system resources.

    Ajax应用程序内这类问题发生的根本原因与Ajax应用程序如何处理内存、磁盘空间和其他系统资源不无关系。

    youdao

  • Because the resulting List is lazy, you can query quite a lot of objects without affecting application performance or memory consumption.

    由于作为结果的List是惰性的,因而可以不影响应用程序性能或内存消耗即可查询大量对象。

    youdao

  • To identify where your application allocates memory, follow these steps.

    识别你的应用程序哪分配了内存,有下面几个步骤。

    youdao

  • Pool allocation does not work effectively if one thread of the application allocates memory and other thread frees the memory.

    如果应用程序的一个线程分配内存,而其他线程释放内存,那么poolallocation实际上是无效的。

    youdao

  • Microsoft has released a new version of Velocity, a distributed in-memory application caching platform.

    最近,微软发布了Velocity的最新版本,Velocity是一个分布式内存应用缓存平台。

    youdao

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

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

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