<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[打开zend for eclipse 10.5出现failed to create the java virtual machine的处理。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Tue, 26 Nov 2013 01:52:15 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	打开zend for eclipse 10.5时报了个错：<br/>failed to create the java virtual machine<br/><br/>google了一下，解决的办法如下：<br/><br/>找到zend目录下的ZendStudio.ini，配置为如下内容：<br/>-startup<br/>plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar<br/>--launcher.library<br/>plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807<br/>--launcher.XXMaxPermSize<br/>126m<br/>--launcher.defaultAction<br/>openFile<br/>-showlocation<br/>-name<br/>Zend Studio<br/>-vmargs<br/>-Xms256M<br/>-Xmx512M<br/>-XX:MaxPermSize=512m<br/>-DGIT_SSL_NO_VERIFY=true<br/>-Dsvnkit.http.sslProtocols=SSLv3<br/><br/><br/>说明：PermSize和MaxPermSize指明虚拟机为java永久生成对象（Permanate generation）等这些可反射（reflective）对象分配内存限制，这些内存不包括在Heap（堆内存）区之中。<br/><br/>-Xms128m <br/>表示JVM Heap(堆内存)最小尺寸128MB，初始分配<br/>-Xmx512m <br/>表示JVM Heap(堆内存)最大允许的尺寸256MB，按需分配。<br/><br/>-XX:PermSize=64MB 最小尺寸，初始分配<br/>-XX:MaxPermSize=256MB 最大允许分配尺寸，按需分配<br/>过小会导致：java.lang.OutOfMemoryError: PermGen space
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 打开zend for eclipse 10.5出现failed to create the java virtual machine的处理。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>