Skip to content

Commit

Permalink
script to test memory use limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed May 16, 2024
1 parent be009ae commit a4e8d1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions storage/app/public/examples/breaking.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This should overwhelm any system

m <- matrix(1:1000,nrow=1)
while(TRUE)
m <- rbind(m,m)

0 comments on commit a4e8d1c

Please sign in to comment.