cars.orchestrator.memory_tools ============================== .. py:module:: cars.orchestrator.memory_tools .. autoapi-nested-parse:: this module contains the ram tools Functions --------- .. autoapisummary:: cars.orchestrator.memory_tools.get_available_ram cars.orchestrator.memory_tools.get_total_ram Module Contents --------------- .. py:function:: get_available_ram() Get available ram :return : available ram in Mb .. py:function:: get_total_ram() Get total ram :return : available ram in Mb