8#include <boost/test/unit_test.hpp>
10BOOST_AUTO_TEST_SUITE(system_ram_tests)
16 BOOST_CHECK_GE(*total, 1_GiB);
17 BOOST_CHECK_LT(*total, 10'000_GiB);
std::optional< uint64_t > TryGetTotalRam()
Return the total RAM available on the current system, if detectable.
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_CASE(total_ram)