码迷,mamicode.com
首页 >  
搜索关键字:permgen space    ( 18346个结果
Atitit.提升稳定性-----分析内存泄漏PermGen OOM跟解决之道...java
Atitit.提升稳定性-----分析内存泄漏PermGen OOM跟解决之道...java   1. 内存区域的划分 1 2. PermGen内存溢出深入分析 1 3. PermGen OOM原因总结 2 4. 常见的类加载器和类型卸载的可能性总结 2 5. PermGen内存溢出的应对措施 3 6. 第二种就是使用oracle的BEA JDK,因为这个里面的JVM没有PermGe...
分类:编程语言   时间:2014-09-04 00:14:37    阅读次数:345
Java heap space
解决办法:如果在测试的时候可能会用Eclispe 这时候就需要在Eclipse ->run -arguments 中的VM arguments 中输入-Xms32m -Xmx800m这个参数就可以了。后来在Eclilpse中修改了启动参数,在VM arguments 加入了-Xms32m -Xmx8...
分类:编程语言   时间:2014-09-03 21:09:37    阅读次数:226
单向链表的归并排序(Java)
Sort a linked list in O(n log n) time using constant space complexity. 1 package SortList; 2 3 import java.util.Iterator; 4 5 class ListNode { 6 7 ...
分类:编程语言   时间:2014-09-03 21:00:47    阅读次数:291
poj 2948
Martian Mining Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 2415   Accepted: 1480 Description The NASA Space Center, Houston, is less than 200 miles from ...
分类:其他好文   时间:2014-09-03 16:59:27    阅读次数:240
Android studio快捷键
Alt+回车 导入包,自动修正 Ctrl+N   查找类 Ctrl+Shift+N 查找文件 Ctrl+Alt+L  格式化代码 Ctrl+Alt+O 优化导入的类和包 Alt+Insert 生成代码(如get,set方法,构造函数等) Ctrl+E或者Alt+Shift+C  最近更改的代码 Ctrl+R 替换文本 Ctrl+F 查找文本 Ctrl+Shift+Space 自动...
分类:移动开发   时间:2014-09-03 13:12:06    阅读次数:243
Merge Sorted Array <leetcode>
Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is greater or equal...
分类:其他好文   时间:2014-09-03 11:05:46    阅读次数:168
CSS overflow white-space CSS3 text-overflow 属性
当div内内容超出大小时可用以下属性进行隐藏 同时用div的title属性进行提示 当鼠标放到上面时显示未被全部显示的内容CSS 参考手册实例设置 overflow 属性:div { width:150px; height:150px; overflow:scroll; }亲自试一试浏览器...
分类:Web程序   时间:2014-09-03 10:51:06    阅读次数:468
python基础 -- acm
浙大acm,第一题 Calculate a + b Input The input will consist of a series of pairs of integers a and b,separated by a space, one pair of integers per line. Output For each pair of input integers a ...
分类:编程语言   时间:2014-09-03 06:16:56    阅读次数:260
异常处理系列:java.lang.OutOfMemoryError: PermGen space
Tomcat超过负载内存会出现的异常,很简单的一个异常...
分类:编程语言   时间:2014-09-02 22:56:05    阅读次数:259
ocr的备份与恢复
查看ocr的存放位置[oracle@rac1 ~]$ ocrcheckStatus of Oracle Cluster Registry is as follows : Version : 2 Total space (kbytes) ...
分类:其他好文   时间:2014-09-02 21:13:25    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!