perfomance test: heap vs. swap space

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • news.onet.pl

    perfomance test: heap vs. swap space

    I've launched some perfomance test for some program measuring
    number of operations, net messages processed per second, etc.

    Why is my point, is the question how Java initial and maximal
    heap is connected with the swap space of Operating System.
    Those Java utilize both memory and swap space for purpose
    of its heap?

    TIA,

    Maciej


  • news.onet.pl

    #2
    perfomance test: heap vs. swap space

    I've launched some perfomance test for some program measuring
    number of operations, net messages processed per second, etc.

    What is my point, is the question how Java initial and maximal
    heap is connected with the swap space of Operating System?
    Does Java utilize both memory and swap space for purpose
    of its heap?

    TIA,

    Maciej



    Comment

    • Casey Hawthorne

      #3
      Re: perfomance test: heap vs. swap space

      Please read you OS book!

      Isn't swap space supposed to be transparent to programs?
      Isn't the JVM another program?

      "news.onet. pl" <dzieciou@wmid. amu.edu.pl> wrote:
      [color=blue]
      >I've launched some perfomance test for some program measuring
      >number of operations, net messages processed per second, etc.
      >
      >Why is my point, is the question how Java initial and maximal
      >heap is connected with the swap space of Operating System.
      >Those Java utilize both memory and swap space for purpose
      >of its heap?
      >
      >TIA,
      >
      >Maciej
      >[/color]
      --
      Regards,
      Casey

      Comment

      Working...