Today we discovered that I've written an algorithm that uses 3 GB of memory creating 9.6 million nodes on a tree. That's unfortunate, since our development machines only have 1 GB of RAM. Two possible solutions:
- Fix the algorithm.
- Buy more RAM.
I'm hoping for the RAM.