feat ✨: Add variable log2ram_host_memtotal_mb for storing host memory total in MB #39
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduce a new variable to store the total memory of the host in megabytes, enhancing memory management and resource allocation within the system.
Review Summary
@@ -39,10 +39,8 @@- name: ram | Download log2ramansible.builtin.get_url:[Score: 3] Hardcoding the version number may cause issues in future updates. Consider using a dependency management tool like Ansible Galaxy or
pip installto manage package versions and automate updates.