Thanks Danny,

I'll take a look and implement the changes. It is linux so I'll need to check the swap.

I'll drop a mail back to you with the results.

Slán

SG


On 23 Mar 2007, at 13:15, Danny Angus wrote:

On 3/23/07, SeaGizmo <[EMAIL PROTECTED]> wrote:

requested 134217736 bytes for Chunk

is ~ 128m, and it lookslike the hotspot optimiser is asking for that
to compile its optimisations.

I am have started phoenix without any special JMV_OPTS. Can anyone
recommend any?

try -Xmx1024m -Xms512m as a starting point, (assuming 1G is available) see also:

http://forum.java.sun.com/thread.jspa? threadID=777221&messageID=4430640

Memory and performance is a complex subject, but the first rule you
need to know is that Java performs significantly *badly* when its
memory is swapped out to disk, so (assuming linux here) make sure that
your running server isn't using any swap space.

d.

---------------------------------------------------------------------
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]

Reply via email to