Repository: brooklyn-docs Updated Branches: refs/heads/master a8eac1fc8 -> af45ef15f
Update disk usage explanation Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/85294406 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/85294406 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/85294406 Branch: refs/heads/master Commit: 85294406a0f01ab8e7a38ca89ef959810bf99ffe Parents: b45541d Author: Valentin Aitken <[email protected]> Authored: Thu Jan 26 10:26:06 2017 +0200 Committer: Valentin Aitken <[email protected]> Committed: Tue Jun 20 18:06:53 2017 +0300 ---------------------------------------------------------------------- guide/ops/requirements.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/85294406/guide/ops/requirements.md ---------------------------------------------------------------------- diff --git a/guide/ops/requirements.md b/guide/ops/requirements.md index 6c23ada..aa63853 100644 --- a/guide/ops/requirements.md +++ b/guide/ops/requirements.md @@ -24,8 +24,9 @@ any binaries for custom blueprints/integrations. There are three main consumers of disk space: * **Static files**: these are the Apache Brooklyn distribution with its own - dependencies, plus binaries for custom blueprints and integrations added to - the `lib` directory. Note that Brooklyn requires that Java is installed which + dependencies, OSGi bundles for custom blueprints and integrations installed to the `deploy/` directory, + plus `data/` directory which is generated on first launch. + Note that Brooklyn requires that Java is installed which you may have to consider when calculating disk space requirements. * **Persisted state**: when using [Persistence](persistence/index.html) -- which is a prerequisite for [High Availability](high-availability) -- Brooklyn
