• miniworldua

    (@miniworldua)


    This plugin filled the entire limit of descriptors, and created a bunch of files, a lot of files in the .wp-toolkit_ format take up a lot of descriptors, can these files be deleted, what do they affect?

    Help, I need a tutorial on where and how to clear 320,000 descriptors, who solved this problem

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @miniworldua

    The problem is related to Object Caching (if enabled) and using the Disk-based caching method for Object Caching. As you can see in the settings, there is a notification when the Disk caching method is used.
    https://i.imgur.com/NXcpX94.png

    This being said, if you are using Object Caching and caching to disk, the files are cached in wp-content/cache/object folder
    Please disable Object Cahcing, and manually delete the mentioned object folder.
    I would recommend using Redis or Memcached as a cahcing method if available on your server for Object Cahing to avoid creaing files on disk.
    Let me know if this helps!
    Thanks!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this review.