auto-tune mfs cache size based on FS usage and remaining system memory

This commit is contained in:
Ben Gras
2011-02-28 14:19:19 +00:00
parent b6f25271a9
commit c90cdadcfb
6 changed files with 106 additions and 11 deletions

View File

@@ -1100,7 +1100,7 @@
/* Basic vm calls allowed to every process. */
#define VM_BASIC_CALLS \
VM_MMAP, VM_MUNMAP, VM_MUNMAP_TEXT, VM_MAP_PHYS, VM_UNMAP_PHYS, \
VM_FORGETBLOCKS, VM_FORGETBLOCK, VM_YIELDBLOCKGETBLOCK
VM_FORGETBLOCKS, VM_FORGETBLOCK, VM_YIELDBLOCKGETBLOCK, VM_INFO
/*===========================================================================*
* Messages for IPC server *