Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVioleta Georgieva2012-11-29 19:46:35 +0000
committerVioleta Georgieva2012-11-29 19:46:35 +0000
commitf0de3e8b55e8df413aa0a6164ee84d09e84dd83f (patch)
tree00a626d79e5f3d1790ef793cc8135a7ad97e7e80
parentc20661c89e654aad768acbba3d2a663acde2d6ec (diff)
downloadorg.eclipse.gemini.web.gemini-web-container-f0de3e8b55e8df413aa0a6164ee84d09e84dd83f.tar.gz
org.eclipse.gemini.web.gemini-web-container-f0de3e8b55e8df413aa0a6164ee84d09e84dd83f.tar.xz
org.eclipse.gemini.web.gemini-web-container-f0de3e8b55e8df413aa0a6164ee84d09e84dd83f.zip
bug 395400: Add to User Guide description for osgi.bundlefile.limit
-rwxr-xr-xorg.eclipse.gemini.web.documentation/user-guide/src/configuring.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.gemini.web.documentation/user-guide/src/configuring.xml b/org.eclipse.gemini.web.documentation/user-guide/src/configuring.xml
index 67d122e..2f48429 100755
--- a/org.eclipse.gemini.web.documentation/user-guide/src/configuring.xml
+++ b/org.eclipse.gemini.web.documentation/user-guide/src/configuring.xml
@@ -383,6 +383,17 @@
<literal>file:configuration/java6-server.profile</literal>.
</entry>
</row>
+ <row>
+ <entry>
+ <literal>osgi.bundlefile.limit</literal>
+ </entry>
+ <entry>
+ Specifies a limit on the number of jar files the framework will keep open.
+ The minimum value allowed is 10. Any value less than 10 will disable the bundle file limit, making the the number of jar files the framework keeps open unlimited.
+ By default the value is 100.
+ Increase the default value if you have many jar files in the bundle class path, expect a lot of file system operations etc.
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>

Back to the top