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 da9fa47 commit fec496fCopy full SHA for fec496f
app/scripts/memory_stress.py
@@ -8,7 +8,6 @@ def allocate_memory(mb):
8
block = " " * (mb * 1024 * 1024)
9
if not block:
10
pass
11
- print(f"Allocated {mb}MB of memory.")
12
try:
13
while True:
14
time.sleep(10)
0 commit comments