Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Disable folder disk usage in DirectAdmin  (Read 3409 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
Disable folder disk usage in DirectAdmin
« on: November 07, 2013, 10:51:15 pm »
In DirectAdmin there is a feature that calculates the disk usage in File Manager. Sometimes, it can slow down the File Manager and need to be disabled

===
SSH to the server and,

# vi /usr/local/DirectAdmin/conf/DirectAdmin.conf

Find and change the value of this directive to 0 (zero), if the directive does not exist, you can manually add it.

filemanager_du=0

===