Skip to content

Commit

Permalink
Generated from commit: 923c7ca
Browse files Browse the repository at this point in the history
Signed-off-by: genie-openj9 <[email protected]>
  • Loading branch information
genie-openj9 committed Aug 17, 2023
1 parent d8c1231 commit b4f349c
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 307 deletions.
4 changes: 2 additions & 2 deletions configuring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5975,7 +5975,7 @@ <h2 id="setting-resource-limits-zos">Setting resource limits (z/OS)</h2>
<li><strong>IPCSHMMPAGES</strong></li>
<li><strong>IPCSHMNSEGS</strong></li>
</ul>
<p>Incorrect or suboptimal settings might prevent shared classes from working or impact performance. By default, the VM attempts to create a 16 MB cache. If you set a cache size for your application by specifying the <a href="../xscmx/"><code>-Xscmx</code></a> option on the command line, the VM rounds the value up to the nearest megabyte. Ensure that the value set for <strong>IPCSHMMPAGES</strong> takes this adjustment into consideration.</p>
<p>Incorrect or suboptimal settings might prevent shared classes from working or impact performance. By default, the VM attempts to create a 16 MB cache on Java 8 and a 300 MB cache on Java 11 and later. If you set a cache size for your application by specifying the <a href="../xscmx/"><code>-Xscmx</code></a> option on the command line, the VM rounds the value up to the nearest megabyte. Ensure that the value set for <strong>IPCSHMMPAGES</strong> takes this adjustment into consideration.</p>
<p>To see the current settings, enter the following z/OS operator command:</p>
<pre><code>D OMVS,O
</code></pre>
Expand Down Expand Up @@ -6026,7 +6026,7 @@ <h2 id="setting-resource-limits-zos">Setting resource limits (z/OS)</h2>
</tr>
<tr>
<td><strong>IPCSHMMPAGES</strong></td>
<td>256</td>
<td>25600</td>
</tr>
<tr>
<td><strong>IPCSHMNSEGS</strong></td>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit b4f349c

Please sign in to comment.