Skip to content

Commit

Permalink
disable multiple device (md) driver
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo committed May 31, 2024
1 parent b5186f5 commit 18644de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/package/truenas/truenas.config
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,8 @@ CONFIG_MODULE_COMPRESS_XZ=n
# too much of page cache when ARC consumes the most of memory, making
# WebUI, middleware and random user-space applications unresponsive.
CONFIG_LRU_GEN_ENABLED=n

#
# Disable Multiple Device (md) driver. TrueNAS does not utilize this
# driver and we don't support this in the field either.
CONFIG_MD=n

0 comments on commit 18644de

Please sign in to comment.