Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Out of Memory Error

    0 answers - 732 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Marco A Seraphim da Silva wrote:
    There's something I can do to reduce the amount of memory used by the JVM,
    or it's normal?
    Actually, if you don't have many hits/day and if you don't have very
    memory consuming application
    you could avoid Memory exception by reducing -Xmx -Xms to something
    less (256, 512M).
    Also, there are some more memory tuning options like :
    i.e. I use as default in Eclipse :
    -XX:PermSize=32m -Xss32m
    see in manual what are they for and play with it.
    To help you more, you should (most probably) provide more detail :
    1) how many hits/day do you have
    2) could you make other backup server to measure load with Apache
    benchmark (ab).

Re: Out of Memory Error


max 4000 letters.
Your nickname that display:
In order to stop the spam: 2 + 1 =
QUESTION ON "Java"

EMSDN.COM