OSGI Bundle Limit

This property specifies a limit on the number of jar files the framework will keep open at one time.

The minimum value allowed is ten. Any value less than ten will disable the bundle file limit, making the number of jar files the framework keeps open unlimited. By default the value is 100. You can increase the default value if you expect a lot of file system operations, or have many jar files in the bundle class path.

This value can be set in the AppNode config.ini file.
  • Property = osgi.bundlefile.limit
  • Default Value = 100