-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Currently it's possible to specify the time limit and memory limit in ms and kb, but one could make a mistake in the three zeros. It's also a bit not readable -- it takes a bit of time to understand that 16000ms is 16s and not e.g. 1.6s.
What I propose:
- leave the possibility of specifying in ms and kB,
- add a new way to specify time and memory:
memory_limit_mbandtime_limit_s, which takes consecutively an integer and a float, - implement the same in sio2,
- assert that when someone specifies e.g. both
memory_limitandmemory_limit_mb, then their values are equal (e.g.1000and1).
j4b6ski
Metadata
Metadata
Assignees
Labels
No labels