<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "如何解決 java.lang.OutOfMemoryError: PermGen space"]]></title>
		<link>https://forum.andowson.com/posts/list/20.page</link>
		<description><![CDATA[Latest messages posted in the topic "如何解決 java.lang.OutOfMemoryError: PermGen space"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>如何解決 java.lang.OutOfMemoryError: PermGen space</title>
				<description><![CDATA[ 這陣子網站為了修改網頁美工，經常需要重新載入整個webapp，常常經過6到7次的reload後，就會出現這樣的錯誤 
<br>
java.lang.OutOfMemoryError: PermGen space 
<br>
就時就得重新啟動Tomcat才能解決問題了。 
<br>
今天特別搜尋了一下，發現只要加上這個參數即可撐久一點 
<br>
-XX:MaxPermSize=128m 
<br>
重新啟動Tomcat後，經過10多次的reload還沒出問題。 
<br>]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/31/35.page</guid>
				<link>https://forum.andowson.com/posts/preList/31/35.page</link>
				<pubDate><![CDATA[Sun, 21 Jan 2007 20:42:21]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>