Github user aledsage commented on a diff in the pull request:

    https://github.com/apache/brooklyn-docs/pull/79#discussion_r67827849
  
    --- Diff: guide/ops/requirements.md ---
    @@ -19,6 +19,43 @@ at least 8GB RAM and 100GB disk. The disk is just for 
logs, a small amount of pe
     any binaries for custom blueprints/integrations.
     
     
    +### Disk Space
    +
    +There are three main consumers of disk space:
    +
    +* **Static files**: these are the Apache Brooklyn files themselves, plus
    +  binaries for custom blueprints and integrations added to the `lib` 
directory.
    +* **Persisted state**: when using [Persistence](persistence/index.html) -- 
which
    +  is a prerequisite for [High Availability](high-availability.html) -- 
Brooklyn
    +  will save data to a store location. Items in the persisted state include
    +  metadata about the Brooklyn servers, catalog items, and metadata about 
all
    +  running applications and entities.
    +* **Log files**: Brooklyn writes detailed log files by default to its own
    +  installation directory. This can be reconfigured to change the 
destination
    +  files, and increase or decrease the detail of the logs. See the
    +  [Logging](logging.html) page for more details.
    +
    +
    +The Apache Brooklyn distribution itself, when unpacked, consumes 
approximately
    +75MB of disk space. The space consumed by additional binaries for custom
    --- End diff --
    
    And associated dependencies (i.e. Java).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to