Config.in 711 B

123456789101112131415161718192021222324252627282930
  1. # compcache configuration
  2. config COMPCACHE_ENABLE
  3. bool "enabled on boot"
  4. default n
  5. depends on PACKAGE_kmod-compcache
  6. help
  7. Enables compressed ram swap devices.
  8. config COMPCACHE_RAM_REPORTED
  9. string "swap space reported to kernel in kb"
  10. depends on PACKAGE_kmod-compcache
  11. default "2048"
  12. help
  13. This is the amount of memory that will be reported
  14. to the kernel as swap. The real ram in use will differ,
  15. because of lzo compression.
  16. Example:
  17. 16 MB = 2048 KB
  18. 32 MB = 4098 KB
  19. config COMPCACHE_BACKUP_DEV
  20. string "Backup device for compcache"
  21. depends on PACKAGE_kmod-compcache
  22. default ""
  23. help
  24. Compcache will use this as a backup device for swap.
  25. Example:
  26. /dev/sda5