Changes between Initial Version and Version 1 of Ticket #23951, comment 1
- Timestamp:
- 2024-10-06T14:11:17+02:00 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23951, comment 1
initial v1 3 3 {{{ 4 4 # If there is more than 8G ram, we can use up to 75% of the memory while still leaving 2G for other things. 5 61if [ "$(free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ];5 if [ "$(free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ]; 6 6 }}} 7 7