Also you might want to have a look at your garbage
collector. I changed
to the parallel garbage collector to utilize my 4 processors
and have
seen mucho performance gains and haven't had to restart
tomcat yet.
--Doug
-XX:+UseParallelGC -XX:ParallelGCThreads=4 -Xms512m
-Xmx1024m
Richard Frovarp wrote:
> Jörn Nettingsmeier wrote:
>
>> hi everyone!
>>
>> i just looked at ps to find out why lenya has
become so slow these
>> days, and i was quite shocked to see this:
>> PID USER PR NI VIRT RES SHR S %CPU %MEM
TIME+ COMMAND
>> 12190 nettings 16 0 874m 196m 32m S 95.0 9.8
1:18.18 java
>> ^^^^^^^^^^
>>
>> ouch!
>> this is on java 1.5/x86_64, running an unmodified
clean checkout of
>> trunk in jetty.
>>
>> i'd like to hear about other people's readings -
are you seeing the
>> same or is something wrong with my system?
>>
>> regards,
>>
>> jörn
>>
>>
> See Cache?
>
> http://wiki.apache.org/lenya/How_to_tune_
Lenya_1%2e4_for_Production_Use
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe lenya.apache.org
> For additional commands, e-mail: dev-help lenya.apache.org
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe lenya.apache.org
For additional commands, e-mail: dev-help lenya.apache.org
|