Add file limit property to default configuration. (FELIX-3071)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1161753 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/src/main/resources/config.properties b/main/src/main/resources/config.properties
index eadef3f..c3f72ab 100644
--- a/main/src/main/resources/config.properties
+++ b/main/src/main/resources/config.properties
@@ -58,6 +58,10 @@
 # disable this feature. The default is enabled.
 #felix.cache.locking=true
 
+# The following property limits how many open files the bundle cache
+# is allowed to use. The default value is 0, which is unlimited.
+#felix.cache.filelimit=0
+
 # The following property determines which actions are performed when
 # processing the auto-deploy directory. It is a comma-delimited list of
 # the following values: 'install', 'start', 'update', and 'uninstall'.