Suppress UVM_MEDIUM "Attempting to reserve.." from uvm_mem_mam.svh

In reply to myashu:

Are other messages responding +UVM_VERBOSITY=UVM_LOW?
Where are you configuring uvm_mem_mam? If it’s done before calling run_test(), the command line has not been read yet. Try putting a `uvm_info message just before constructing uvm_mem_mam.