mmbell / vortrac

Vortex Objective Radar Tracking and Circulation
Apache License 2.0
6 stars 4 forks source link

Increase default stack size on main thread #9

Closed mjskier closed 7 years ago

mjskier commented 7 years ago

The increase of MAXLEVELS from 5 to 25 causes Vortrac to crash unless the stack size is increased. (The GUI thread instantiates a local VortexData)

This can be done on the command line with ulimit. But it is more user friendly to do it by default.