Nikfarjam,

If your system has 2Gb of RAM, why are you only assigning 512M of it
to the JVM ?

Maarten

On Jan 14, 2008 8:59 AM, Nikfarjam <[EMAIL PROTECTED]> wrote:
>
> Dear Mr Lécharny
> Thanks for guidance.
> Our project is producing a gateway with
>  payload < 256 byte
>  avg 2000 msg/s
>  with limited clients (less than 10)
>
>  Reliability and performance are two key factors for us.
>
>  The machine that we used for running our application had these
> specifications:
>  - CPU Intel(R) Xeon(R) 5160 3.00GHz  (4 cores)
>  - Ram 2GB
>  - OS Debian
>  - JRE 6 with JVM options
>  > -server -Xms512m -Xmx512m -Xss128k -XX:+AggressiveOpts -XX:+UseParallelGC
> -XX:+UseBiasedLocking  -XX:NewSize=64m
>
>  And we faced these problems:
>  - a huge difference between our result and
> http://mina.apache.org/documentation.data/ACAsia2006.pdf ACAsia2006.pdf 's
> result. (page 7)
>  our message per second is less than 1000.
>  - Memory heap error witch we mentioned before.
>  best regards.
> --
> View this message in context: 
> http://www.nabble.com/How-to-increase-MINA-application-performance-tp14796729s16868p14796729.html
> Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
>
>

Reply via email to