• 05-04-2015, 01:19:23
    #1
    Merhabalar;

    WHM de gözüme sürekli takılıp duruyor aşağıdaki hata;

    Alıntı
    /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --user=mysql --log-error=/var/lib/mysql/server.serveradi.com.err --open-files-limit=1800000 --pid-file=/var/lib/mysql/server.serveradi..pid
    Çözümü paylaşan arkadaşlara şimdiden teşekkürler..
  • 05-04-2015, 01:31:11
    #2
    ulimit dediğinde kaç çıkıyor

    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 01:31:11 -->-> Daha önceki mesaj 01:30:26 --

    Max Number of ulimit open file : It's provide open file resource availability in linux

    Increase max number of ulimit open file in Linux.

    1- Step : open the sysctl.conf and add this line fs.file-max = 65536

    vi /etc/sysctl.conf add end of line
    fs.file-max = 65536

    save and exit.

    2. Step : vi /etc/security/limits.conf and add below the mentioned

    * soft nproc 65535
    * hard nproc 65535
    * soft nofile 65535
    * hard nofile 65535
    save and exit check max open file ulimit
    [root@localhost# ulimit -a
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) unlimited
    scheduling priority (-e) 0
    file size (blocks, -f) unlimited
    pending signals (-i) 127358
    max locked memory (kbytes, -l) 64
    max memory size (kbytes, -m) unlimited
    open files (-n) 65535
    pipe size (512 bytes, -p) 8
    POSIX message queues (bytes, -q) 819200
    real-time priority (-r) 0
    stack size (kbytes, -s) 10240
    cpu time (seconds, -t) unlimited
    max user processes (-u) 1024
    virtual memory (kbytes, -v) unlimited
    file locks (-x) unlimited

    Increase max user processes in Linux

    Follow the step:

    vi /etc/security/limits.conf and add below the menstioed

    * soft nproc 65535
    * hard nproc 65535
    * soft nofile 65535
    * hard nofile 65535
    and vi /etc/security/limits.d/90-nproc.conf

    * soft nproc 65535
    * hard nproc 65535
    * soft nofile 65535
    * hard nofile 65535
    save and exit check the user max processes ulimit
    [root@localhost# ulimit -a
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) unlimited
    scheduling priority (-e) 0
    file size (blocks, -f) unlimited
    pending signals (-i) 127358
    max locked memory (kbytes, -l) 64
    max memory size (kbytes, -m) unlimited
    open files (-n) 65535
    pipe size (512 bytes, -p) 8
    POSIX message queues (bytes, -q) 819200
    real-time priority (-r) 0
    stack size (kbytes, -s) 10240
    cpu time (seconds, -t) unlimited
    max user processes (-u) 65535
    virtual memory (kbytes, -v) unlimited
    file locks (-x) unlimited
  • 05-04-2015, 01:36:37
    #3
    tarikogut adlı üyeden alıntı: mesajı görüntüle
    ulimit dediğinde kaç çıkıyor

    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 01:31:11 -->-> Daha önceki mesaj 01:30:26 --

    Max Number of ulimit open file : It's provide open file resource availability in linux

    Increase max number of ulimit open file in Linux.

    1- Step : open the sysctl.conf and add this line fs.file-max = 65536

    vi /etc/sysctl.conf add end of line
    fs.file-max = 65536

    save and exit.

    2. Step : vi /etc/security/limits.conf and add below the mentioned

    * soft nproc 65535
    * hard nproc 65535
    * soft nofile 65535
    * hard nofile 65535
    save and exit check max open file ulimit
    [root@localhost# ulimit -a
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) unlimited
    scheduling priority (-e) 0
    file size (blocks, -f) unlimited
    pending signals (-i) 127358
    max locked memory (kbytes, -l) 64
    max memory size (kbytes, -m) unlimited
    open files (-n) 65535
    pipe size (512 bytes, -p) 8
    POSIX message queues (bytes, -q) 819200
    real-time priority (-r) 0
    stack size (kbytes, -s) 10240
    cpu time (seconds, -t) unlimited
    max user processes (-u) 1024
    virtual memory (kbytes, -v) unlimited
    file locks (-x) unlimited

    Increase max user processes in Linux

    Follow the step:

    vi /etc/security/limits.conf and add below the menstioed

    * soft nproc 65535
    * hard nproc 65535
    * soft nofile 65535
    * hard nofile 65535
    and vi /etc/security/limits.d/90-nproc.conf

    * soft nproc 65535
    * hard nproc 65535
    * soft nofile 65535
    * hard nofile 65535
    save and exit check the user max processes ulimit
    [root@localhost# ulimit -a
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) unlimited
    scheduling priority (-e) 0
    file size (blocks, -f) unlimited
    pending signals (-i) 127358
    max locked memory (kbytes, -l) 64
    max memory size (kbytes, -m) unlimited
    open files (-n) 65535
    pipe size (512 bytes, -p) 8
    POSIX message queues (bytes, -q) 819200
    real-time priority (-r) 0
    stack size (kbytes, -s) 10240
    cpu time (seconds, -t) unlimited
    max user processes (-u) 65535
    virtual memory (kbytes, -v) unlimited
    file locks (-x) unlimited
    ulimit yazdığımda unlimited yazısı çıkmaktadır.

    ulimit -a yazdığımda ise aşağıdaki sonuç yer almaktadır;

    Alıntı
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) unlimited
    scheduling priority (-e) 0
    file size (blocks, -f) unlimited
    pending signals (-i) 515238
    max locked memory (kbytes, -l) 64
    max memory size (kbytes, -m) unlimited
    open files (-n) 1024
    pipe size (512 bytes, -p) 8
    POSIX message queues (bytes, -q) 819200
    real-time priority (-r) 0
    stack size (kbytes, -s) 10240
    cpu time (seconds, -t) unlimited
    max user processes (-u) 515238
    virtual memory (kbytes, -v) unlimited
    file locks (-x) unlimited
  • 05-04-2015, 18:01:38
    #4
    Üyeliği durduruldu
    merhaba

    my.cnf üzerinden ayarlıyabilirsiniz
  • 05-04-2015, 23:43:21
    #5
    klax_klax adlı üyeden alıntı: mesajı görüntüle
    Merhabalar;

    WHM de gözüme sürekli takılıp duruyor aşağıdaki hata;



    Çözümü paylaşan arkadaşlara şimdiden teşekkürler..
    Bu yazdığınız satır bir hata değil ki, mysql in çalıştığı parametreler gösteriliyor, yaşadığınız sorun nedir?