High Inode Usage on Live Server - Temporary Fix with php artisan cache:clear, Any Permanent Solution?
-
Hi Everyone,
I'm running a Bagisto application on a live shared hosting server. Initially, the inode count was around 26,000, but after about a month, it increased to over 100,000, causing the hosting account to hit inode limits.
To manage this, I’ve been running the following command every 15 days:
php artisan cache:clear
This brings the inode count back to around 26,000. However, it keeps growing again over time, and I have to repeat the process.
Has anyone else faced this issue?
Is there a permanent fix or recommended best practice to prevent this inode growth in Bagisto?
Any help would be appreciated.
Thanks in advance! -
Hello @arunchahar
We have raise this as a feature request on GitHub
Kindly check the below link for the reference.
https://github.com/bagisto/bagisto/issues/10792
Warm Regards
Team Bagisto