cloudstack/docs/ja-JP/increase-management-server-...

78 lines
3.0 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.
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:38+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 "Increase Management Server Maximum Memory"
msgstr "管理サーバーの最大メモリの増設"
#. Tag: para
#, no-c-format
msgid ""
"If the Management Server is subject to high demand, the default maximum JVM "
"memory allocation can be insufficient. To increase the memory:"
msgstr "管理サーバーの負荷が高い場合は、デフォルトの最大 JVM メモリ割り当てでは不十分になる可能性があります。メモリを増設するには、次の手順に従います。"
#. Tag: para
#, no-c-format
msgid "Edit the Tomcat configuration file:"
msgstr "Tomcat 構成ファイルを編集します。"
#. Tag: programlisting
#, no-c-format
msgid "/etc/cloud/management/tomcat6.conf"
msgstr "/etc/cloud/management/tomcat6.conf "
#. Tag: para
#, no-c-format
msgid "Change the command-line parameter -XmxNNNm to a higher value of N."
msgstr "コマンドラインパラメーターの-XmxNNNm の NNN の数値を大きくします。"
#. Tag: para
#, no-c-format
msgid ""
"For example, if the current value is -Xmx128m, change it to -Xmx1024m or "
"higher."
msgstr "たとえば、現在の値がXmx128m の場合は、この値をXmx1024m 以上にします。"
#. Tag: para
#, no-c-format
msgid "To put the new setting into effect, restart the Management Server."
msgstr "新しい設定を有効にするには、管理サーバーを再起動します。"
#. Tag: programlisting
#, no-c-format
msgid "# service cloud-management restart"
msgstr "# service cloud-management restart"
#. Tag: para
#, no-c-format
msgid ""
"For more information about memory issues, see \"FAQ: Memory\" at <ulink "
"url=\"http://wiki.apache.org/tomcat/FAQ/Memory\">Tomcat Wiki.</ulink>"
msgstr "メモリの問題について詳しくは、『<ulink url=\"http://wiki.apache.org/tomcat/FAQ/Memory\">Tomcat Wiki</ulink>』の「FAQ: Memory」を参 照してください。"