Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3573

Hardcoded defaults for systemUsage not suitable for out of the box

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.5.1
    • 5.6.0
    • Broker
    • Patch Available

    Description

      Right now the default activemq.xml has the entire <systemUsage> section commented out. If commented, then the default systemUsage as defined in BrokerService.getSystemUsage() applies and uses these limits:

      memoryLimit 64 MB
      storeLimit: 10 GB
      tempLimit: 100 GB

      I don't think these are good default values as in the worst case the broker may use 110 GB of disk space. Many runtime environments will not have that much disk space and are therefore in danger of running out of disk space completely.
      IMHO some more sensitive defaults would be

      memoryLimit 64 MB
      storeLimit: 1 GB
      tempLimit: 1 GB

      to prevent the broker from using too much disk space by default.
      I believe most users of ActiveMQ are unaware of these defaults and probably don't expect the broker to use up to 110 GB of their disk.

      If anyone really needs large store and temp limit, they should explicitly configure for it.

      Attachments

        1. AMQ-3573.patch
          2 kB
          Torsten Mielke

        Issue Links

          Activity

            People

              rajdavies Robert Davies
              tmielke Torsten Mielke
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: