108 lines
7.3 KiB
HTML
108 lines
7.3 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="task" />
|
||
|
<meta name="DC.Title" content="Change memory pool size" />
|
||
|
<meta name="abstract" content="The size of a memory pool directly affects the amount of work that a subsystem can process. The more memory a subsystem has, the more work it can potentially complete. It is important that you monitor your system carefully before you start changing the parameters of your memory pools. You will also want to periodically recheck these levels, as some readjustment might need to be done." />
|
||
|
<meta name="description" content="The size of a memory pool directly affects the amount of work that a subsystem can process. The more memory a subsystem has, the more work it can potentially complete. It is important that you monitor your system carefully before you start changing the parameters of your memory pools. You will also want to periodically recheck these levels, as some readjustment might need to be done." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksmanagemp1.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004-2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004-2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="xrzakschgmemplsz" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Change memory pool size</title>
|
||
|
</head>
|
||
|
<body id="xrzakschgmemplsz"><a name="xrzakschgmemplsz"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Change memory pool size</h1>
|
||
|
<div><p>The size of a memory pool directly affects the amount of work that
|
||
|
a subsystem can process. The more memory a subsystem has, the more work it
|
||
|
can potentially complete. It is important that you monitor your system carefully
|
||
|
before you start changing the parameters of your memory pools. You will also
|
||
|
want to periodically recheck these levels, as some readjustment might need
|
||
|
to be done. </p>
|
||
|
<div class="p">Make sure you turn off the system tuner before you start manually
|
||
|
changing memory pool sizes. The system tuner automatically adjusts the sizes
|
||
|
of your shared memory pools to the amount of work the system is doing. If
|
||
|
the system tuner is not turned off, the changes you make manually might be
|
||
|
changed automatically by the tuner. <p>Turn the system tuner off by changing
|
||
|
the Automatically adjust memory pools and activity levels (QPFRADJ) system
|
||
|
value to 0. (0 = No adjustment)</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanagemp1.htm" title="Making sure that jobs get enough memory to complete efficiently is important. If too much memory is given to subsystem A and not enough to subsystem B, jobs in subsystem B might begin to run poorly. The following information describes the various tasks that are involved in managing memory pools.">Manage memory pools</a></div>
|
||
|
</div>
|
||
|
</div><div class="nested1" xml:lang="en-us" id="navchgmemplsz"><a name="navchgmemplsz"><!-- --></a><h2 class="topictitle2">iSeries Navigator</h2>
|
||
|
<div><ol><li><span>In iSeries™ Navigator,
|
||
|
expand <span class="menucascade"><span class="uicontrol">My Connections</span> > <span class="uicontrol">server</span> > <span class="uicontrol">Work Management</span> > <span class="uicontrol">Memory Pools</span> > <span class="uicontrol">Active Pools or Shared Pools</span></span>.</span></li>
|
||
|
<li><span>Right-click the memory pool that you want to work in (for example,
|
||
|
Interactive) and click <span class="uicontrol">Properties</span>. The <strong>Memory Pool
|
||
|
Properties </strong>window appears.</span></li>
|
||
|
<li><span>From the Configuration tab of the <strong>Properties</strong> window, you
|
||
|
can change the defined amount of memory. Defined memory is the maximum amount
|
||
|
of memory that the pool can use. The number you put here should reflect the
|
||
|
amount of memory that you think the pool will need to support the subsystems
|
||
|
it services. </span></li>
|
||
|
</ol>
|
||
|
<div class="section"><div class="note"><span class="notetitle">Note:</span> The Base pool is the only memory pool that does
|
||
|
not have a defined amount of memory. Instead it has a minimum amount of memory
|
||
|
that it needs to run. The Base pool contains everything that is not allocated
|
||
|
elsewhere. For example, you might have 1000 MB of memory on your system of
|
||
|
which 250 MB is allocated to the Machine pool and 250 MB is allocated to the
|
||
|
Interactive pool. 500 MB is not allocated to anything. This non-allocated
|
||
|
memory is stored in the Base pool until it is needed. <p>Use caution when
|
||
|
moving memory. Moving memory from one pool to another can fix one subsystem,
|
||
|
but can cause problems for other subsystems, which in turn, can worsen system
|
||
|
performance. </p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="nested1" xml:lang="en-us" id="cbichgmemplsz"><a name="cbichgmemplsz"><!-- --></a><h2 class="topictitle2">Character-based interface</h2>
|
||
|
<div><div class="p"><span><strong>Command</strong>: Change System Value (<span class="cmdname">CHGSYSVAL </span>)</span></div>
|
||
|
<div class="example"><strong>Example</strong>: The following changes the size of the Machine pool. <blockquote><pre>CHGSYSVAL QMCHPOOL 'new-size-in-KB'</pre>
|
||
|
This
|
||
|
corresponds to pool 1 on the WRKSYSTS display. </blockquote>
|
||
|
<p> </p>
|
||
|
<p><strong>Example</strong>:
|
||
|
The following changes the minimum size of the base pool. </p>
|
||
|
<div class="p"><blockquote><pre>CHGSYSVAL QBASPOOL 'new-minimum-size-in-KB'</pre>
|
||
|
This
|
||
|
corresponds to pool 2 on the WRKSYSSTS display.</blockquote>
|
||
|
</div>
|
||
|
<div class="note"><span class="notetitle">Note:</span> The QBASPOOL
|
||
|
system value only controls the minimum size of the base pool. The Base pool
|
||
|
contains all of the storage that is not allocated to other pools.</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="nested1" xml:lang="en-us" id="cbichgpoolsize"><a name="cbichgpoolsize"><!-- --></a><h2 class="topictitle2">Change the size of a shared pool</h2>
|
||
|
<div><div class="section"><strong>Command</strong>: Change Shared Storage Pool (<span class="cmdname">CHGSHRPOOL</span>)<p>The
|
||
|
changes to shared pools take effect immediately if the shared pool is active
|
||
|
and sufficient storage is available. </p>
|
||
|
<p><strong>Command</strong>: Work with Shared
|
||
|
Storage Pools (<span class="cmdname">WRKSHRPOOL</span>)</p>
|
||
|
<p>This command gives you
|
||
|
access to the names and status information of shared pools. By using the menu
|
||
|
options you can change values for pool size and maximum activity levels.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|