Skip to content

Commit

Permalink
spellcheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanStS committed May 30, 2024
1 parent 02145f4 commit 4026847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/software/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ _Source: [User:`Maklaan` - Based on a Docker blog post](https://commons.wikimedi
tmpfs /mnt/dietpi_userdata/docker-data/tmp tmpfs size=2G,noatime,lazytime,nodev,nosuid
```

The `size=` option should be adjusted to the systems RAM size: Only a part of the total RAM size should be used to avoid memory underrun issues.
The `size=` option should be adjusted to the systems RAM size: Only a part of the total RAM size should be used to avoid low memory issues.
After changing the file `/etc/fstab` the tmpfs needs to be activated. This can be done via a file system remount via

```sh
Expand Down

0 comments on commit 4026847

Please sign in to comment.