mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
Add disk and RAM requirements
This commit is contained in:
parent
29fc0f7742
commit
1d983e96c5
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ For now, the makefile only support Podman.
|
|||
|
||||
- python >= 3.8 and <= 3.10
|
||||
- make
|
||||
- Minimum 15GB of free space on the device storing containers images and volumes. You can use this command to check: `podman system info --format='{{.Store.GraphRoot}}'|xargs findmnt --noheadings --nofsroot --output SOURCE --target|xargs df -h --output=size,used,avail,pcent,target`
|
||||
- Minimum 2GB of RAM
|
||||
|
||||
|
||||
### Makefile options
|
||||
|
|
Loading…
Add table
Reference in a new issue