Ask a Question related to Coldfusion Server Administration, Design and Development.
-
Add_89 #1
garbage problem
hi, i've a problem with garbage collection,
my server:
2 CPU intel xeon 3 Ghz (dual core)
3 Gb of ram
my jvm.config
java.args=-server -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS -Xms1024m
-Xmx1024m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=128m -XX:+UseParallelGC
-XX:+AggressiveHeap -XX:+UseAdaptiveSizePolicy -XX:+UseParNewGC
the resources are not freed, wich is the problem? correct params for
jvm.config?
Add_89 Guest
-
Garbage collector
Hey all, I have a table, 'Objects', and a table 'Refs'. The table 'Refs' could have multiple rows which reference one object in 'Object'. What is... -
Strange .NET garbage collector problem
Hi, I have a standalone application that reads ~40.000 rows from a database and put them in a ListView control. After reading the data, my app... -
GARBAGE Thanks to whoever posted this! IT REALLY IS GARBAGE!!!! $$$$$
Dip Head... Post your stupid garbage Elsewhere!!! Freakin Garbage! Thank you for your time and have a great day, Carroll P. MacDonald -- -
URL Garbage
Thanks so very much. I know I've asked it, I just couldn't remember what the answer was. Tibby "Marina" <zlatkinam@nospam.hotmail.com> wrote in... -
Epson is garbage
"Paul Worden" <com> wrote in message news:<Mp5Ra.6181$bigpond.net.au>... > I concur with the price gouging comment - but the 2100 at least has 7 >... -
-
ke4pym #3
Re: garbage problem
I don't really like the idea of having a static JVM heap size. Your Xmx is
fine. But consider lowering your Xms down. 256, 384 or even 512M.
You might want to consider stop using ParallelGC. It's old and crusty.
Consider -XX: +UseConcMarkSweepGC alongside UseParNewGC.
Where are your GC collections running into problems? New gen? Perm gen?
Might want to consider setting that particular memory area higher. I keep my
NewSize at 192m. PermSize starts at 32m and is allowed to grow to 384m.
ke4pym Guest
-
Add_89 #4
Re: garbage problem
thanks for the answer. the problems are that the process jrun increases of size and does not free the memory
Add_89 Guest
-
paulusje #5
Re: garbage problem
[q]Originally posted by: Add_89
Other requeriment of the web:
.. No timeout for requests[/q]
consider a timeout for requests....it was designed for that purpose :-)
paulusje Guest



Reply With Quote

