Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

So I did this at the weekend...

  • 24-07-2011 07:45AM
    #1
    Registered Users, Registered Users 2 Posts: 634 ✭✭✭


    Click on image to enlarge:

    WNNYyl.jpg

    Anyone else compiled the 3.0 kernel? While we're at it, what are your custom compile tips?

    I just set the processor type as Core 2, pick full pre-emption for low latency desktop, deselect amateur radio and embedded device support. What cool things can you do for a desktop kernel?

    Also, why is my memory showing as 2.8GB, when I have 3GB in the memory slots?

    .


Comments

  • Closed Accounts Posts: 5,082 ✭✭✭Pygmalion


    OSI wrote: »
    I usually change the process scheduler frequency to 1000Hz as well as setting the processor features to match that of my CPU as well.

    Is 1000Hz not the default for 64-bit systems?


  • Registered Users, Registered Users 2 Posts: 1,929 ✭✭✭PrzemoF


    loldog wrote: »
    [..]
    Anyone else compiled the 3.0 kernel? While we're at it, what are your custom compile tips?
    [..]
    .
    I'm doing it almost everytime there is a new version in the git repo, but I'm still on rc7 now.

    You're using menuconfig, xconfig or standard distro .config file?

    I removed almost everything that is not used on my laptop from the config. It doesn't spped up the kernel, but it definitely does speed up compiling.

    3.0 is just a number, but I hope it will be an occasion to talk/write more about linux in different media.


  • Registered Users, Registered Users 2 Posts: 634 ✭✭✭loldog


    OSI wrote: »

    What does 'free' show as total RAM in the terminal?

    free shows this:
    total       used       free     shared    buffers     cached
    Mem:       2959208    2903052      56156          0     126588    1612304
    -/+ buffers/cache:    1164160    1795048
    Swap:       514076       1428     512648
    
    free -m shows this:
    total       used       free     shared    buffers     cached
    Mem:          2889       2831         58          0        123       1574
    -/+ buffers/cache:       1132       1757
    Swap:          502          1        500
    
    I'm not really to clear on what all that means.
    PrzemoF wrote:

    You're using menuconfig, xconfig or standard distro .config file?

    I copy in the Ubuntu standard config from /boot and then open it with menuconfig, then make the few small changes I think will improve performance or reduce compile time.

    .


Advertisement