• 15-06-2019, 04:04:21
    #1
    Merhaba arkadaşlar İNODE (Dosya Limiti) ile nasıl başa çıkabilirim, önerileriniz nelerdir?


  • 15-06-2019, 04:05:20
    #2
    Cache eklentisi varsa kaldırabilirsin.
  • 15-06-2019, 04:09:09
    #3
    GiRGiN adlı üyeden alıntı: mesajı görüntüle
    Cache eklentisi varsa kaldırabilirsin.
    Var ama silmek istemiyorum, silince sitem çok yavaşlıyor... Bunun dışında, eski gönderileri, tüm resim boyutlarıyla birlikte nasıl toplu silebilirim? Buna ihtiyacım var sanırım
  • 15-06-2019, 04:13:42
    #4
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Stackoverflow'da bununla ilgili "How to fix all inodes being in use? [closed]" başlığını incelemenizi öneririm.


    I had a similar issue, I found out the files piling up under one specific directory using this command-
    $find . -xdev -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n
    and eventually you can get to a path where you have a dir holding numerous file.
    One solution is to just delete all the files under this tmp to free up inodes. But I think you would like to triage further.
    Hope it helps
  • 15-06-2019, 04:16:19
    #5
    codev adlı üyeden alıntı: mesajı görüntüle
    Stackoverflow'da bununla ilgili "How to fix all inodes being in use? [closed]" başlığını incelemenizi öneririm.


    I had a similar issue, I found out the files piling up under one specific directory using this command-
    $find . -xdev -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n
    and eventually you can get to a path where you have a dir holding numerous file.
    One solution is to just delete all the files under this tmp to free up inodes. But I think you would like to triage further.
    Hope it helps
    Tamam, teşekkürler
  • 15-06-2019, 08:46:40
    #6
    codev adlı üyeden alıntı: mesajı görüntüle
    Stackoverflow'da bununla ilgili "How to fix all inodes being in use? [closed]" başlığını incelemenizi öneririm.


    I had a similar issue, I found out the files piling up under one specific directory using this command-
    $find . -xdev -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n
    and eventually you can get to a path where you have a dir holding numerous file.
    One solution is to just delete all the files under this tmp to free up inodes. But I think you would like to triage further.
    Hope it helps
    merhaba opencart sitemde aynı problem var verdiginz sitede ingilizcem olmadıgından birşey anlamadım bu konuda yardımcı olabilirmisiniz