Oracle SHM values?

From: Robert L. Harris (Robert.L.Harris_at_rdlg.net)
Date: 03/10/04

  • Next message: Richard Henderson: "Re: [PATCH] fix warning about duplicate 'const'"
    Date:	Wed, 10 Mar 2004 13:40:13 -0500
    To: Linux-Kernel <linux-kernel@vger.kernel.org>
    
    
    

    I have users who need this:
    set the following in /usr/src/linux/include/asm/shmparam.h
    SHMMAX 128MB
    SHMMIN 1
    SHMMNI 100
    SHMSEG 10
                                                                                                                            
    and following in /usr/src/linux/inlude/linux/sem.h
                                                                                                                            
    SEMMNI 100
    SEMMSL 60
    SEMMNS 110
    SEMOPM 100
    SEMVMX 32767

    then recompile and install.

    Is there a way to pass these values via append, or anything other than
    having a one-off custom kernel config?

    :wq!
    ---------------------------------------------------------------------------
    Robert L. Harris | GPG Key ID: E344DA3B
                                             @ x-hkp://pgp.mit.edu
    DISCLAIMER:
          These are MY OPINIONS ALONE. I speak for no-one else.

    Life is not a destination, it's a journey.
      Microsoft produces 15 car pileups on the highway.
        Don't stop traffic to stand and gawk at the tragedy.

    
    

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/



  • Next message: Richard Henderson: "Re: [PATCH] fix warning about duplicate 'const'"

    Relevant Pages


    Loading