We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8dc5f commit d75cdcaCopy full SHA for d75cdca
nbresuse/__init__.py
@@ -70,7 +70,7 @@ def _mem_limit_default(self):
70
return int(os.environ.get('MEM_LIMIT', 0))
71
72
track_cpu_percent = Bool(
73
- default_value=True,
+ default_value=False,
74
help="""
75
Set to True in order to enable reporting of CPU usage statistics.
76
"""
0 commit comments