VMware vCenter

 View Only

It's usual for the file postgresql.log to have such large size? (7,8GB)

  • 1.  It's usual for the file postgresql.log to have such large size? (7,8GB)

    Posted Dec 12, 2024 02:45 PM

    Hi everyone, we noticed that our /storage/log partition was filling up really fast. We printed the 10 most largest files and we found the following:

    [ /storage/log ]# find . -type f -print0 | xargs -0 du -h | sort -rh | head -n 10
    7.8G    ./vmware/vpostgres/postgresql.log
    415M    ./vmware/wcp/stdstream.log-2.stderr
    270M    ./vmware/wcp/stdstream.log-0.stderr
    234M    ./vmware/wcp/stdstream.log-1.stderr
    216M    ./vmware/wcp/stdstream.log-4.stderr
    153M    ./vmware/wcp/stdstream.log-3.stderr
    101M    ./vmware/vsphere-ui/logs/threadmonitor9.log
    101M    ./vmware/vsphere-ui/logs/threadmonitor8.log
    101M    ./vmware/vsphere-ui/logs/threadmonitor7.log
    101M    ./vmware/vsphere-ui/logs/threadmonitor6.log



    It is typical for this file to have such a large size?