Hi,
I suggest to check why it's using 100% cpu. A simple way to do that is to
use
jps -l (to get the process id)
Then get a few full thread dumps using
jstack -l <pid>
Then check in the full thread dump what's going on.
I guess the bottleneck is calculating the content hash (SHA-1 message
digest). That's expected. But maybe it's something else.
Regards,
Thomas
On 5/1/12 6:27 AM, "k.prasad" <[email protected]> wrote:
>hi All,
>
>cpu usage goes 100% when i am adding content to node,i this in will
>checkout
>the node.
>
>please suggest me.
>
>--
>View this message in context:
>http://jackrabbit.510166.n4.nabble.com/cpu-usage-100-when-i-am-adding-cont
>ent-to-node-tp4600078.html
>Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.