Andrej Mitrovic: > Okay, here's how to increase stack size via Optlink: > dmd benchmark.d -L/STACK:128000000 Keep in mind that sets the max stack size, not the max heap size. -L/STACK:5000000 is plenty :-) Bye, bearophile