On Tuesday 03 January 2006 14:47, Andrew Haley wrote: > Please, post instructions about how to turn on the old style VM layout > in the kernel. Sooner or later, many of us on this list will need to > know... > Adding this to /etc/sysctl.conf works for me:
# Do not randomize memory addresses kernel.randomize_va_space = 0 After that, run 'sysctl -p' as root to update the kernel without rebooting.