feat ✨: Add variable log2ram_host_memtotal_mb for storing host memory total in MB #37
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
log2ram_host_memtotal_mbwhich sets it to the total memory size in MB of the host. This seems like a reasonable adjustment to dynamically set memory usage limit for log2ram based on the host's actual RAM, but I would suggest adding a comment explaining why this change was made and how it impacts the system.[Score: 3] This change dynamically sets the log2ram memory usage limit based on the host's actual RAM. Consider adding a comment explaining why this change was made and how it impacts the system for future maintenance purposes.