<Advent of Code 2024 day 11> (no spoilers) :thread...
# advent-of-code
a
Advent of Code 2024 day 11 (no spoilers) 🧵
d
Copy code
java.lang.OutOfMemoryError: Java heap space
	at java.base/java.util.Arrays.copyOf(Arrays.java:3481)
	at java.base/java.util.ArrayList.grow(ArrayList.java:238)
	at java.base/java.util.ArrayList.addAll(ArrayList.java:761)
same 9
j
Got bored before get to this point 😁
m
I changed 25 to 75 in part 1 and let it run while working in the part 2 file. Doesn't hurt to try. 😄