From d1922f660cbb9d1c1542fa5d7f3297abd2d2f48e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 25 May 2024 00:44:35 +0200 Subject: [PATCH] Update readme.md --- readme.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index d47f226..701dff5 100644 --- a/readme.md +++ b/readme.md @@ -115,12 +115,11 @@ kubectl apply -f kubernetes.yml * ### How do I pass-through a disk? - It is possible to pass-through disk devices directly by adding them to your compose file in this way: + It is possible to pass-through a disk device directly, by adding it to your compose file in this way: ```yaml devices: - /dev/disk/by-uuid/12345-12345-12345-12345-12345:/disk2 - - /dev/disk/by-uuid/45678-45678-45678-45678-45678:/disk3 ``` Make sure to bind the disk via its UUID (obtainable via `lsblk -o name,uuid`) instead of its name (`/dev/sdc`), to prevent ever binding the wrong disk when the drive letters happen to change. @@ -129,11 +128,11 @@ kubectl apply -f kubernetes.yml Do NOT use this feature with the goal of sharing files from the host, they will all be lost without warning when DSM creates the volume. -* ### How do I increase the amount of CPU or RAM? +* ### How do I change the amount of CPU or RAM? - By default, a single CPU core and 1 GB of RAM are allocated to the container. + By default, the container is allowed to use a maximum of 1 CPU core and 1 GB of RAM. - If there arises a need to increase this, add the following environment variables: + If you want to adjust this, you can specify the desired amount using the following environment variables: ```yaml environment: