Changes between Version 19 and Version 20 of QuickStartGuide

Show
Ignore:
Timestamp:
02/14/10 01:55:02 (15 years ago)
Author:
ismael (IP: 62.57.1.15)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v19 v20  
    3434make 
    3535sudo make install 
     36}}} 
     37 
     38Before running ALOE, we must tune some kernel parameters to enable large messages buffers. You can use sysctl to make changes permanently, add the following lines to /etc/sysctl.conf 
     39{{{ 
     40kernel.msgmnb=1048576 
     41kernel.msgmax=524288 
     42}}} 
     43 
     44And run sysctl with root permissions: 
     45{{{ 
     46sudo sysctl -p 
    3647}}} 
    3748