由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - java memory problem with redhat enterprise
相关主题
out of memoryJava on AIX
Java's performance myth如何改变JDK 的语言设置
[转载] linux下的java sound问题help: where to download JAVA/swing? (转载)
xp 是不是不支持jave 阿?help:tomcat5 on FC4
Stupid IBM JDKswing 在 mac intel 下的bug怎么修正?
JDK Source?how to run Java on Linux?
Stupid IBM JVM: operator precedenceOracle的jvm收费版本
java在美国到底怎样?大家都用Java 7吗
相关话题的讨论汇总
话题: redhat话题: dell话题: enterprise话题: linux话题: java
进入Java版参与讨论
1 (共1页)
e******2
发帖数: 2
1
原贴太长,总结一下。
同样的程序,在三个机器上跑,用一样的JVM,有
一个机器老是内存溢出。出问题的机器操作系统是
redhat enterprise。我猜是JVM设置的问题。可是
不知如何下手。希望能有高人相助,感激不尽。
I have been running one java application on different platforms. The systems
are:
A. Dell Inspiron 600M, MS XP Service Pack 2, jre1.5.0_09, 1GB RAM
B. Dell Dimension 9100, Fedora Core 4, Linux version 2.6.17-1.2142_FC4smp (
b*******[email protected]) (gcc version 4.0.2 20051125 (Red Hat
4.0.2-8)), jdk1.5.0_06, 2GBRAM,
C. Dell PowerEdge, Linux version 2.6.9-42.0.3.ELsmp (b
g*****g
发帖数: 34805
2
Run profiler on System C and see what's keeping increasing.

systems
Hat

【在 e******2 的大作中提到】
: 原贴太长,总结一下。
: 同样的程序,在三个机器上跑,用一样的JVM,有
: 一个机器老是内存溢出。出问题的机器操作系统是
: redhat enterprise。我猜是JVM设置的问题。可是
: 不知如何下手。希望能有高人相助,感激不尽。
: I have been running one java application on different platforms. The systems
: are:
: A. Dell Inspiron 600M, MS XP Service Pack 2, jre1.5.0_09, 1GB RAM
: B. Dell Dimension 9100, Fedora Core 4, Linux version 2.6.17-1.2142_FC4smp (
: b*******[email protected]) (gcc version 4.0.2 20051125 (Red Hat

B*********h
发帖数: 800
3
do as goodbug said... there is a very simple profiler included in the JDK, t
he jconsole. check out your JDK bin directory.

【在 g*****g 的大作中提到】
: Run profiler on System C and see what's keeping increasing.
:
: systems
: Hat

g*****g
发帖数: 34805
4
I am not very good at Linux. But swap partition is usually setup
twice the size of the physical memory, check that too.

systems
Hat

【在 e******2 的大作中提到】
: 原贴太长,总结一下。
: 同样的程序,在三个机器上跑,用一样的JVM,有
: 一个机器老是内存溢出。出问题的机器操作系统是
: redhat enterprise。我猜是JVM设置的问题。可是
: 不知如何下手。希望能有高人相助,感激不尽。
: I have been running one java application on different platforms. The systems
: are:
: A. Dell Inspiron 600M, MS XP Service Pack 2, jre1.5.0_09, 1GB RAM
: B. Dell Dimension 9100, Fedora Core 4, Linux version 2.6.17-1.2142_FC4smp (
: b*******[email protected]) (gcc version 4.0.2 20051125 (Red Hat

m******t
发帖数: 2416
5
First I would suggest, if possible, to bring C's kernel version up to the
same as B? Or bring B back down (temporarily) to the same as C's and see if
it happens in B.
Also try removing the -XX fine-tuning options.
1 (共1页)
进入Java版参与讨论
相关主题
大家都用Java 7吗Stupid IBM JDK
这几年Java跟其他语言的差距拉大了。JDK Source?
我google了java进入了它的主页,然后提示下载javaStupid IBM JVM: operator precedence
JDK 7u11 released with two vulnerability fixesjava在美国到底怎样?
out of memoryJava on AIX
Java's performance myth如何改变JDK 的语言设置
[转载] linux下的java sound问题help: where to download JAVA/swing? (转载)
xp 是不是不支持jave 阿?help:tomcat5 on FC4
相关话题的讨论汇总
话题: redhat话题: dell话题: enterprise话题: linux话题: java