Slashdot Mirror


User: Foldetroll

Foldetroll's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Unix/Linux peformance enhancement on Online Population now Half Billion · · Score: -1, Offtopic

    A little known factoid about the linux kernel. It has an additional 'development' mode, known as 'exec' mode. Basically what this does is search through a binary whenever you start a new program, and pre-caches files it's likely to access. There were a few stability problems initially, which is why it's not on by default (kernels from 2.4 onwards have this support).
    To enable it, simply add the line 'exec true' to your /etc/profile.
    It should be enabled in global files, to allow all users to gain the benefit.