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


.



Relevant Pages

  • perfomance test: heap vs. swap space
    ... I've launched some perfomance test for some program measuring ... is the question how Java initial and maximal ... heap is connected with the swap space of Operating System? ...
    (comp.lang.java)
  • Re: OO compilers and efficiency
    ... >> Objects in Java are heap allocated, ... >> up stuff that's gone out of scope that in other languages would be ... Certainly, better garbage collection strategies can be used, like the ...
    (comp.programming)
  • Re: -Xmx out of memory errors
    ... The issue is maximum heap... ... or unbounded doesn't mean that java needs to sbrk that ... wouldn't mean that java by default sbrks the whole ... I think you mean memory allocated by malloc... ...
    (comp.lang.java.programmer)
  • Re: OO compilers and efficiency
    ... > Objects in Java are heap allocated, ... > no stack allocated objects as there are in C++. ...
    (comp.programming)
  • Re: performance question
    ... of the Java heap and the performance improves markedly when that factor is ... doing the same to the OCaml also reduces the time ... make sense not to allocate a separate heap object to hold the float. ...
    (comp.lang.java.programmer)