Configured maximum pool size displays the configured maximum pool size.
已配置最大连接池大小显示已配置的最大的池的大小。
At present, the maximum pool size per process for this allocator is limited to 512mb.
目前,对于这个分配器,每个进程的最大池大小限制为512MB。
If the maximum pool size has been reached and no usable connection is available, the request is queued.
如果已达到最大池大小且不存在可用的连接,则该请求将会排队。
If your application has high concurrency and your maximum pool size is too small, your connection pool will often experience waiting.
如果应用程序有高并发,而最大池大小又太小,连接池就会经常等待。
These fields provide a big picture for monitoring production load and analyzing pool usage so you can define the optimum value for your maximum pool size.
这些字段为监视生产负载和分析池使用情况提供了一个总体概貌,有助于您为最大池大小定义一个最佳值。
Recommendation: Test the application with a variety of minimum and maximum thread pool sizes to determine which Settings move as much work as possible through the application.
推荐:请用不同的最小和最大线程池大小来测试应用程序以确定哪些设置使应用程序完成尽可能多的工作。
The session pool should be large enough to cover the Maximum Sessions value for any listener ports using the connection.
会话池应该大到能包含使用连接的任何侦听器端口的最大会话。
This suggests a value for the Maximum Sessions setting and, in turn, the size of the session pool associated with the listener port's connection.
这间接表明了最大会话设置值以及与侦听器端口的连接关联的会话池的大小。
The pool is not large enough to serve the workload, if average number of active threads is constantly close to maximum size of the pool.
如果活动线程的平均数时常接近线程池的最大大小,这说明该线程池太小,不足以满足工作量。
However, to avoid potentially severe thread starvation between applications, it is possible to configure a thread pool to allow thread allocation beyond maximum thread size.
不过,为避免应用程序之间发生严重的线程供给不足问题,可以配置一个线程池,允许线程的分配超出最大线程大小。
However, it also makes the maximum size of the data pool dependent on the amount of available RAM.
然而,这也使得数据池的最大容量依赖于可用的内存总量。
This article explained the behavior of the maximum sessions property and its relationship to the message listener service thread pool, connection pool, and session pool.
本文解释了最大会话属性的行为及其与消息侦听器服务线程池、连接池和会话池的关系。
The maximum thread pool limit is your theoretical maximum number of concurrent users.
最大的线程池限制是并发用户的最大理论数量。
This parameter controls the maximum number of prepared statements cached by a connection pool.
该参数控制由连接池缓存的最大预编译语句数。
Generally accepted practices limits the maximum number of connections in the pool to about 30-40.
广泛接受的实践把池中的最大连接数限制在30 - 40左右。
Max idle time: the maximum time a connection may sit idle in the pool before being physically closed.
最大空闲时间:连接池中的连接被物理关闭前能保持空闲的最大时间。
Figure 1 shows the relationship between the connection pool, session pool, thread pool and the maximum sessions property.
图1显示了连接池、会话池、线程池和最大会话属性之间的关系。
It creates a paging device of equal size to that of the maximum memory value of the Shared memory pool.
它创建的分页设备的大小等于共享内存池的最大内存值。
Notice that I also changed the maximum size to 16gb so that I could grow the size of Shared memory pool dynamically if need be.
注意,我还把最大大小改为16gb,这样的话,如果需要,可以动态地增加共享内存池的大小。
The message listener service is configured to use a thread pool that has the maximum threads property set to 4.
消息侦听器服务配置为使用最大线程属性设置为4的线程池。
Max wait time: the maximum time the pool will wait for a connection to be returned.
最大等待时间:连接池等待连接返回的最大时间。
The MessageListener thread pool should be larger than any of the listener port Maximum Session values; how much larger depends on how you want the system to behave under load.
MessageListener线程池应该比任何侦听器端口最大会话值大。 具体多大将取决于系统在负载下的工作方式。
Creating a pool, setting minimum and maximum connections, and specifying time-out limits for connections are activities performed by Application Server administrators.
创建池、设置最小和最大连接,以及指定连接的超时限制都是由ApplicationServer管理员执行的操作。
This parameter controls maximum and minimum number of JDBC connections in a connection pool.
该参数控制连接池中最大jdbc连接数和最小JCBC连接数。
Instead, it is returned to the pool of idle agents, up to a maximum of num_poolagents.
相反,它将被返回到闲置代理池,直到闲置代理的数目到达 num_poolagents指定的最大值。
The default pool sizes in WebSphere Application Server are 50 minimum, 500 maximum.
WebSphereApplicationServer中的缺省池大小是最小50,最大500。
Never have a maximum connection pool size that is greater than the servlet engine thread count.
绝不要使最大的连接池大小大于servlet引擎线程的数量。
Pool Max: The maximum number of threads that can be instantaited in a thread pool.
PoolMax:线程池中可以实例化的最大线程数。
By default, the WebSphere Application Server connection pool will have a minimum of one connection and a maximum of ten connections.
在缺省情况下,WebSphereApplicationServer连接池最少为一个连接,最多为十个连接。
To add a TCP Traffic Regulation Policy that covers only TCP port 23, and to set a maximum incoming connection pool of 256 with an available connections divisor of 3, enter the following command.
下面的命令添加一个TCPTrafficRegulation策略,它只控制TCP端口23,最大连接数量设置为256,可用连接除数设置为3。
应用推荐