mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
10 lines
137 B
Java
10 lines
137 B
Java
public class Test {
|
|
|
|
public static void main(String[] args) {
|
|
while (true) {
|
|
byte[] array = new byte[4 * 1024];
|
|
}
|
|
}
|
|
|
|
}
|