cloudstack/docs/pot/set-database-buffer-pool-size.pot
2013-02-02 22:18:06 +01:00

60 lines
1.6 KiB
Plaintext

#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2013-02-02T20:11:59\n"
"PO-Revision-Date: 2013-02-02T20:11:59\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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 ""
#. Tag: para
#, no-c-format
msgid "Edit the Tomcat configuration file:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "/etc/my.cnf"
msgstr ""
#. 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 ""
#. Tag: para
#, no-c-format
msgid "Restart the MySQL service."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# service mysqld restart"
msgstr ""
#. 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 ""