Search Our Database

How to solve email page failed to load due to large disk usage in DirectAdmin

Last updated on |
by

Option 1: Edit DirectAdmin.conf

 

vi /usr/local/directadmin/conf/directadmin.conf

Add below line into the file to enable disk usage cache:

pop_disk_usage_cache=1

Edit /etc/cron.d/directadmin_cron

vi /etc/cron.d/directadmin_cron

and add below line

*/15 * * * * root echo "action=cache&type=popquota" >> /usr/local/directadmin/data/task.queue

Restart crond service

service crond restart

Option 2: Edit directadmin.conf:

 

vi /usr/local/directadmin/conf/directadmin.conf

Disable pop3 disk usage completely by adding below line:

count_pop_usage=0