ramp_database.tools.submission.set_submission_max_ram¶
- 
ramp_database.tools.submission.set_submission_max_ram(session, submission_id, max_ram_mb)¶
- Set 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. 
- max_ram_mbfloat
- The max amount of RAM in MB. 
 
- session