You have a server with 32 GB of RAM. 6 GB is used by the OS.
Update the available_ram variable so that it does not have the value 0 hard coded, but instead calculates the difference from total_ram - os_usage.
Click Solution if you get stuck...
Click Run once you have updated the variable.