cloudstack/docs/pt-BR/set-database-buffer-pool-si...

70 lines
1.7 KiB
Plaintext

#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Apache CloudStack Docs\n"
"POT-Creation-Date: 2013-03-19T13:38:04\n"
"PO-Revision-Date: 2012-09-24 20:48+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\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 "Reinicie o serviço 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 ""