web应用借助于结构:spring mvc +
quartz结构,部署到tomcat容器时,shutdown时的error信息:appears to have started a thread named
[schedulerFactoryBean_Worker-1] but has failed ...
分类:
其他好文 时间:
2014-06-12 15:13:30
阅读次数:
702
在一些规模稍大的应用中,Java虚拟机(JVM)的内存设置尤为重要,想在项目中取得好的效率,GC(垃圾回收)的设置是第一步。 PermGen
space:全称是Permanent Generation
space.就是说是永久保存的区域,用于存放Class和Meta信息,Class在被Load的时....
分类:
其他好文 时间:
2014-06-06 14:06:49
阅读次数:
468
YES,it's so easy,what we need to do is just include ,then the information of
memory leaking will be shown on the screen....
分类:
其他好文 时间:
2014-05-31 21:14:52
阅读次数:
334
解决tomcat中server.xml设置二级域名
[java.lang.OutOfMemoryError: PermGen space]
分类:
编程语言 时间:
2014-05-27 01:39:10
阅读次数:
310
The Leak of the Memory in C++
In this chaper I will introduce a new smart pointer which is scoped_ptr;
It likes auto_ptr but better. When peopel use auto_ptr, sometimes they forget
that auto_...
分类:
编程语言 时间:
2014-05-25 07:03:10
阅读次数:
373
接手一个新的Web项目,编译运行(Tomcat版本为7),运行的时候报出了java.lang.OutOfMemoryError: PermGen
space的异常,搜了一下这样解释: PermGen space的全称是Permanent Generation space,是指内存的永久保存区域。 为...
分类:
编程语言 时间:
2014-05-09 15:24:42
阅读次数:
374
使用VLD测有没内存泄露的时候,出现(File and line number not available): (Function name unavailable)
查看VS控制台,发现
已加载“C:/WINDOWS/system32/dbghelp.dll”
说明VS加载了WINDOWS的dll而不是最新的VLD的dbghelp.dll
解决方案:
只需把VLD 安装路径下...
分类:
其他好文 时间:
2014-05-08 15:41:04
阅读次数:
354
做项目的时候,MyEclipse提示内存不足。错误提示大概如下:MyEclipse has
detected that less than 5% of the 64MB of PermGen (Non-heap memory) space
remains. It is strongly recomm...
分类:
系统相关 时间:
2014-05-07 00:49:37
阅读次数:
558
解决方案 在catalina.bat 里的 蓝色代码前加入: 红色代码rem -----
Execute The Requested Command --------------------------------------- set
JAVA_OPTS=%JAVA_OPTS%-server -X...
分类:
编程语言 时间:
2014-05-03 22:52:29
阅读次数:
460