Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within BEA/Weblogic
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
BEA/Weblogic
+/- in JVM Tunig parameters
Joseph Antoine Raja
Ranch Hand
Posts: 32
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
In JVM Diagnostics parameters like
-XX:-UseMarkandSweepGC
-XX:-UseParralelGC
-XX:-UseSerialGC
-XX:-HeapDumpOnOutOfMemoryError
options we are using [+/-] signs. what they are signifying here?
it seems + = Activate the option / -= deactivate the option
Is this is correct
Can some one provide light in this.
Mohamed Nahfees
Greenhorn
Posts: 4
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Yes you are right , minus (- ) means Deactivate (+) means Activate.
All the parameters you have mentioned is deactivated in this case.
Java memory management
is a good read.
Hope this helps.
He repaced his skull with glass. So you can see his brain. Kinda like this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Can the Weblogic Server trigger the GC after the free heap space falls below a certain limit?
jvm parameter conventions -X vs -XX
View the objects which are getting stored in permgen and total non heap space
OutOfMemoryError debugging
Rolling log files for Garbage collection?
More...