Skip to content

Commit 9e75c0b

Browse files
committed
Use final Memory limit env variable name
1 parent a42dba2 commit 9e75c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbresuse/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_metrics():
1111
return {
1212
'rss': rss,
1313
'limits': {
14-
'memory': int(os.environ.get('LIMIT_MEM', None))
14+
'memory': int(os.environ.get('MEM_LIMIT', None))
1515
}
1616
}
1717

0 commit comments

Comments
 (0)