在项目历史数据导入过程中,出现了应用无法访问的情况。立刻对Weblogic进行分析,发现Weblogic的内存、线程等性能良好,Server也是Running的状态。随后查看了Weblogic日志,在日志中发现下述错误通过排查问题后得出造成此类问题的原因是,项目的一个模块在批量导入数据,程序需要Ne...
分类:
编程语言 时间:
2014-10-02 16:32:43
阅读次数:
241
ProblemWhile indexes can speed up execution of queries several fold as they can make the querying process faster, there is overhead associated with th...
分类:
数据库 时间:
2014-09-09 15:23:08
阅读次数:
376
NASM has a simplified syntax designed to let the user code with minimum overhead. In its simplest form, a NASM program needs nothing more than the ass...
分类:
其他好文 时间:
2014-09-06 22:31:13
阅读次数:
379
fix eclipse gc overhead limit exceeded:在mac上找不到eclipse.ini文件编辑内存限制,在eclipse安装目录右击eclipse程序,选“显示包内容”,eclipse.ini就在 Content/MacOS下。-Xms512m-Xmx1024m-XX:...
分类:
系统相关 时间:
2014-08-21 18:46:54
阅读次数:
474
在Eclipse打包的时候报错:gc overhead limit exceeded eclipse
原因是Eclipse默认配置内存太小需要更改Eclipse安装文件夹下的eclipse.ini文件。
Eclipse.ini默认文件如下:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
-...
分类:
系统相关 时间:
2014-07-28 16:18:53
阅读次数:
256
KVM本身并不提供半虚拟化功能,是通过virtio来实现的 The benefits of virtio drivers are of lower overhead and higher performance. Memory Ballooning (virtio_balloon) memory b...
分类:
其他好文 时间:
2014-07-13 22:08:16
阅读次数:
571
周末无事约了以前同事去听了开源中国源创会的活动,感觉不错。简单说一下。
docker最近真是很火,昨天才刚听完一个同事的分享,使用linux containers和aufs减少虚拟化的overhead,build ship and run,有好感。今天是七牛一哥们做的分享,docker适合做paas,vm适合做iaas,使用范围仍然不同,他们内部使用docker做云处理api调用。后面thoug...
分类:
其他好文 时间:
2014-06-15 15:36:35
阅读次数:
222
默认每个连接数占用10M内存ulimit -a 查看stack
sizeMongoDB服务器内存要满足 connection overhead + data size + index
size即连接数开销+热点数据+索引连接数太多的问题:如果在日志中遇到类似如下的错误信息:"too many ope...
分类:
数据库 时间:
2014-05-24 11:18:25
阅读次数:
378