cloudstack/docs/zh-TW/set-database-buffer-pool-si...

85 lines
3.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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:
# Isaac Chiang <isaacchiang@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: Apache CloudStack Docs\n"
"POT-Creation-Date: 2013-04-12T11:19:40\n"
"PO-Revision-Date: 2013-04-07 03:12+0000\n"
"Last-Translator: isaac.chiang <isaacchiang@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: zh_TW\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 "編輯 Tomcat系統設定檔"
#. 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 "在 [mysqld] 插入以下行數到datadir使用適合您的數值。建議設定緩衝群為 40% o的記憶體如果MySQL與管理伺服器為同一伺服器或是70% o的記憶體如果MySQL是獨立的伺服器以下範例假設為獨立的記憶體為 1024M"
#. 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\" "