zramraid.conf 370 B

1234567891011121314151617
  1. {
  2. "info": "id - md[id], image - is the path to the media to mount",
  3. "log": "/var/log/syslog",
  4. "limit_free_mem": {
  5. "info": "size - the parameter 10-100% or 1024Kb...; Caution - the limit use free memory!",
  6. "size": "90",
  7. "value_size": "%"
  8. },
  9. "md": [
  10. {
  11. "id": "1",
  12. "info": "'test disk 1'",
  13. "image": "../kvm/disk1.img"
  14. }
  15. ]
  16. }