You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.1 KiB

Resource Usage and Management

Usage

  • threads
    • configurable number of threads
      • reading from kernel
      • processing messages from kernel
      • readdir concurrency
  • memory
    • 1MB+ pre reader thread + inflight processing for messages depending on fuse_msg_size
    • buffers allocated temporarily for reading directories
    • gidcache
    • FUSE nodes
    • noforget forgotten nodes

Management