先开始我部署服务的时候发现weblogic崩了,

weblogic打不开,显示Error occurred during initialization of VM Could not reserve enough

EXCEPTION_ACCESS_VIOLATION  就是说内存大小不足,百度weblogic的jvm内存大小设置。

https://blog.csdn.net/xtwolf008/article/details/8302756

这位作者讲得很好,我就按照他的改weblogic下的common\bin下的commEnv.cmd,weblogic打不开,显示Error occurred during initialization of VM Could not reserve enough


然后重新打开weblogic,发现显示

weblogic打不开,显示Error occurred during initialization of VM Could not reserve enough

ok,我重新打开刚才的那个配置文件,发现确实我很蠢。。。

weblogic打不开,显示Error occurred during initialization of VM Could not reserve enough

jvm的初始内存大小大于weblogic所占的初始内存。。。

好吧,重新改

weblogic打不开,显示Error occurred during initialization of VM Could not reserve enough

成功。。。。。引以为戒。

相关文章: