:Thierry> I don't know : my application was "embedded" and used much
:Thierry> less than the 128MBytes installed in the machines (thus no
:Thierry> swap!)
:
:I'm currently running in this configuration ... and have noticed that
:the system will allow clean pages (largely loaded from the
:executable's binary) to be recycled, but this is not an ideal
:position.
:
:Dave.
:
:--
:============================================================================
:|David Gilbert, Velocet Communications. | Two things can only be |
Right, you only need swap to be able to flush dirty pages. Clean
code (and even clean data) pages are simply dropped and reloaded from
the disk image later on if needed again. With careful program
management you can run without swap.
Also, do performance testing with dynamic-linked verses static-linked
binaries. Static-linked binaries may look larger, but they have a
much lower dirty-page overhead then the dynamically linked equivalent.
It depends on the situation but it is definitely worth testing.
-Matt
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message