issues
search
emory-courses
/
dsa-java
Data Structures and Algorithms in Java
https://emory.gitbook.io/dsa-java/
42
stars
55
forks
source link
Increase heap size for the test task
#219
Closed
hankcs
closed
1 year ago
hankcs
commented
2 years ago
Tested with:
byte[][] largeArray = new byte[4][2147483640]; // 8G
Tested with: