mirror of https://github.com/apache/cloudstack.git
85 lines
3.0 KiB
Plaintext
85 lines
3.0 KiB
Plaintext
#Licensed to the Apache Software Foundation (ASF) under one
|
|
#or more contributor license agreements. See the NOTICE file
|
|
#distributed with this work for additional information
|
|
#regarding copyright ownership. The ASF licenses this file
|
|
#to you under the Apache License, Version 2.0 (the
|
|
#"License"); you may not use this file except in compliance
|
|
#with the License. You may obtain a copy of the License at
|
|
#http://www.apache.org/licenses/LICENSE-2.0
|
|
#Unless required by applicable law or agreed to in writing,
|
|
#software distributed under the License is distributed on an
|
|
#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
#KIND, either express or implied. See the License for the
|
|
#specific language governing permissions and limitations
|
|
#under the License.
|
|
#
|
|
# Translators:
|
|
# Go Chiba <go.chiba@gmail.com>, 2013.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Apache CloudStack Docs\n"
|
|
"POT-Creation-Date: 2013-03-19T13:38:04\n"
|
|
"PO-Revision-Date: 2013-01-26 14:24+0000\n"
|
|
"Last-Translator: go_chiba <go.chiba@gmail.com>\n"
|
|
"Language-Team: None\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: ja_JP\n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
|
|
#. Tag: title
|
|
#, no-c-format
|
|
msgid "Set Database Buffer Pool Size"
|
|
msgstr "データベースのバッファープールサイズの設定"
|
|
|
|
#. Tag: para
|
|
#, no-c-format
|
|
msgid ""
|
|
"It is important to provide enough memory space for the MySQL database to "
|
|
"cache data and indexes:"
|
|
msgstr "データとインデックスをキャッシュするために、MySQL データベースに十分なメモリ容量を提供することが重要です。"
|
|
|
|
#. Tag: para
|
|
#, no-c-format
|
|
msgid "Edit the Tomcat configuration file:"
|
|
msgstr "MySQL 構成ファイルを編集します。"
|
|
|
|
#. Tag: programlisting
|
|
#, no-c-format
|
|
msgid "/etc/my.cnf"
|
|
msgstr "/etc/my.cnf "
|
|
|
|
#. Tag: para
|
|
#, no-c-format
|
|
msgid ""
|
|
"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."
|
|
msgstr ""
|
|
|
|
#. Tag: programlisting
|
|
#, no-c-format
|
|
msgid "innodb_buffer_pool_size=700M"
|
|
msgstr "innodb_buffer_pool_size=700M"
|
|
|
|
#. Tag: para
|
|
#, no-c-format
|
|
msgid "Restart the MySQL service."
|
|
msgstr "MySQL サービスを再起動します。"
|
|
|
|
#. Tag: programlisting
|
|
#, no-c-format
|
|
msgid "# service mysqld restart"
|
|
msgstr "# service mysqld restart"
|
|
|
|
#. Tag: para
|
|
#, no-c-format
|
|
msgid ""
|
|
"For more information about the buffer pool, see \"The InnoDB Buffer Pool\" "
|
|
"at <ulink url=\"http://dev.mysql.com/doc/refman/5.5/en/innodb-buffer-"
|
|
"pool.html\">MySQL Reference Manual</ulink>."
|
|
msgstr "バッファープールについて詳しくは、『<ulink url=\"http://dev.mysql.com/doc/refman/5.5/en/innodb-buffer-pool.html\">MySQL Reference Manual</ulink>』の「The InnoDB Buffer Pool」を参照してください。"
|