Skip to content

Commit

Permalink
[LifeCycleDemo] Fix for # 37326
Browse files Browse the repository at this point in the history
  • Loading branch information
xamarin23 authored and xamarin23 committed Feb 26, 2016
1 parent 98a6296 commit c4c0127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LifecycleDemo/Lifecycle.Droid/MemoryEaterActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected override void OnStart ()
base.OnStart ();

// consume memory
int[] Big = new int[1000000000];
int[] Big = new int[100000000];
}
}
}
Expand Down

0 comments on commit c4c0127

Please sign in to comment.