#30: Insane RAM usage
-----------------------------------------------+----------------------------
Reporter: Gilou <[EMAIL PROTECTED]> | Owner: admin
Type: Bugs | Status: new
Priority: 1 | Milestone:
Component: Liquidsoap | Version: 0.3.3
Resolution: | Keywords: RAM leak 64bits
-----------------------------------------------+----------------------------
Comment (by toots):
Hi !
so this bug is referenced, identified and handled by ocaml developper now
:)
See: [http://caml.inria.fr/mantis/view.php?id=4448]
In the mean time, there is a quite easy work around, juste desactivate the
random memory address assignation. This security feature has been
introduced in recent kernels, and is the cause of this issue... To do so,
you might simply do:
{{
echo 0 > /proc/sys/kernel/randomize_va_space
}}
--
Ticket URL: <http://savonet.rastageeks.org/ticket/30#comment:8>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !