Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 76ED2200B17 for ; Tue, 21 Jun 2016 10:29:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 75954160A60; Tue, 21 Jun 2016 08:29:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E3E24160A36 for ; Tue, 21 Jun 2016 10:29:42 +0200 (CEST) Received: (qmail 24853 invoked by uid 500); 21 Jun 2016 08:29:42 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 24840 invoked by uid 99); 21 Jun 2016 08:29:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2016 08:29:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6C2CEE020A; Tue, 21 Jun 2016 08:29:41 +0000 (UTC) From: aledsage To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s... Content-Type: text/plain Message-Id: <20160621082941.6C2CEE020A@git1-us-west.apache.org> Date: Tue, 21 Jun 2016 08:29:41 +0000 (UTC) archived-at: Tue, 21 Jun 2016 08:29:43 -0000 Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67827160 --- 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 --- End diff -- Perhaps reword: the installation and dependencies (e.g. Java). Therefore it would be applicable to RPM installs as well. Separate point for blueprints added to the catalog. These can include: OSGi bundles for Java-based blueprints or associated resources; and/or jars added to the `lib/dropins/` directory for old-style Java-based blueprints. --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---