Changes between Initial Version and Version 1 of Ticket #23951, comment 1


Ignore:
Timestamp:
2024-10-06T14:11:17+02:00 (5 months ago)
Author:
skyper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23951, comment 1

    initial v1  
    33{{{
    44# If there is more than 8G ram, we can use up to 75% of the memory while still leaving 2G for other things.
    5         61      if [ "$(free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ];
     5if [ "$(free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ];
    66}}}
    77