ramp_database.tools.submission.get_submission_max_ram

ramp_database.tools.submission.get_submission_max_ram(session, submission_id)

Get the max amount RAM used by a submission during processing.

Parameters
sessionsqlalchemy.orm.Session

The session to directly perform the operation on the database.

submission_idint

The id of the submission.

Returns
max_ram_mbfloat

The max amount of RAM in MB.