normal line would be something like /usr/java/j2sdk1.4.0/bin/java -Xmx256m com.something.dot.javaclass
That means you have 256m maximum allowed heap memory usage for this JVM (the whole runtime env. can take more though).
I'm not sure what the -S... is for, but you are probably not seeing the whole line there.
hope it helps -reynir
Software wrote:
Hi i'm using tomcat 4103, when i'm typing this command ps -ef | grep java i got many theses lines
/usr/java/j2sdk1.4.0/bin/java -s
What does this line mean and what is the difference between this line and this /usr/java/j2sdk1.4.0/bin/java -X
This line affect the performance on the server
Thnaks for you help
fabian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
