Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF2E6117AC for ; Sun, 12 May 2013 11:26:00 +0000 (UTC) Received: (qmail 8693 invoked by uid 500); 12 May 2013 11:25:48 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 8561 invoked by uid 500); 12 May 2013 11:25:47 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 4497 invoked by uid 99); 12 May 2013 11:25:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 May 2013 11:25:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7B42F88C8FA; Sun, 12 May 2013 11:25:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: muralireddy@apache.org To: commits@cloudstack.apache.org Date: Sun, 12 May 2013 11:26:20 -0000 Message-Id: <5a50923f89284a9f9ba55a7ccd67bd83@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [43/50] [abbrv] git commit: updated refs/heads/portablepublicip to 27504d9 Fix doc: MySQL not Tomcat Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/791c68fc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/791c68fc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/791c68fc Branch: refs/heads/portablepublicip Commit: 791c68fc11976a0bb9bc46e3a18c9778008bf444 Parents: f12ac95 Author: Milamber Authored: Fri May 10 19:56:57 2013 +0100 Committer: Milamber Committed: Fri May 10 19:56:57 2013 +0100 ---------------------------------------------------------------------- docs/en-US/set-database-buffer-pool-size.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/791c68fc/docs/en-US/set-database-buffer-pool-size.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/set-database-buffer-pool-size.xml b/docs/en-US/set-database-buffer-pool-size.xml index 1c75031..8265ae5 100644 --- a/docs/en-US/set-database-buffer-pool-size.xml +++ b/docs/en-US/set-database-buffer-pool-size.xml @@ -26,7 +26,7 @@ Set Database Buffer Pool Size It is important to provide enough memory space for the MySQL database to cache data and indexes: - Edit the Tomcat configuration file:/etc/my.cnf + Edit the MySQL configuration file:/etc/my.cnf Insert the following line in the [mysqld] section, below the datadir line. Use a value that is appropriate for your situation. We recommend setting the buffer pool at 40% of RAM if MySQL is on the same server as the management server or 70% of RAM if MySQL has a dedicated server. The following example assumes a dedicated server with 1024M of RAM. innodb_buffer_pool_size=700M Restart the MySQL service.# service mysqld restart