Skip to content

Commit

Permalink
add missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Oct 1, 2024
1 parent 1a20ea1 commit 8ce73b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static Task OOMOrchestrator(

for (int i = 0; i < 10000000; i++)
{
data.Add(new byte[1024 * 1024 * 1024 * 1024]);
data.Add(new byte[1024 * 1024 * 1024]);
}
}

Expand Down

0 comments on commit 8ce73b8

Please sign in to comment.