You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
size of memory you want to allocate (default "0KB")
13
+
-time string
14
+
time to reach the size of memory you allocated (default "0s")
15
+
-workers int
16
+
number of workers allocating memory (default 1)
17
+
```
18
+
19
+
You can generate a model that simulates a memory usage like `memStress --size 1GiB --time 1m --workers 2`. This command will generate two workers, each of which will allocate 1GiB of memory and the **allocation process** will last 1 minute.
20
+
21
+
(notice: The allocation process will last 1minute, not the program runs for 1 minute.)
0 commit comments