Skip to content

Commit

Permalink
Generated from commit: 4b7eace
Browse files Browse the repository at this point in the history
Signed-off-by: genie-openj9 <[email protected]>
  • Loading branch information
genie-openj9 committed Nov 17, 2023
1 parent 89d3677 commit d3e3693
Show file tree
Hide file tree
Showing 5 changed files with 330 additions and 312 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion shrc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8409,7 +8409,7 @@ <h2 id="enabling-class-data-sharing">Enabling class data sharing</h2>
<p>Class data sharing is enabled by default for bootstrap classes, unless your application is running in a container.
Default behavior includes the following characteristics:</p>
<ul>
<li>On Windows&reg;, the cache is created in the user's <code>C:\Users\&lt;username&gt;\AppData\Local\javasharedresources</code> directory. On z/OS&reg;, the default cache directory is <code>/tmp/javasharedresources</code>. On other systems, the cache is created in the <code>.cache/javasharedresources</code> directory in the user's home directory, unless the <code>groupAccess</code> parameter is specified, in which case it is created in <code>/tmp/javasharedresources</code>. Please do not set the home directory on a NFS mount or shared mount across systems or LPARs.</li>
<li>On Windows&reg;, the cache is created in the user's <code>C:\Users\&lt;username&gt;\AppData\Local\javasharedresources</code> directory. On z/OS&reg;, the default cache directory is <code>/tmp/javasharedresources</code>. On other systems, the cache is created in the <code>.cache/javasharedresources</code> directory in the user's home directory, unless the <code>groupAccess</code> parameter is specified, in which case it is created in <code>/tmp/javasharedresources</code>. Please do not set the home directory on an NFS mount or shared mount across systems or LPARs.</li>
<li>The cache name is <code>sharedcc_%u</code>, where <code>%u</code> is the current user name.</li>
<li>If class data sharing fails, the VM still starts without printing any errors.</li>
</ul>
Expand Down
Loading

0 comments on commit d3e3693

Please sign in to comment.