adrianstone55 / SymbolSort

A Utility for Measuring C++ Code Bloat
http://gameangst.com/?p=320
Apache License 2.0
119 stars 17 forks source link

Added x64 configuration. #19

Closed stgatilov closed 6 years ago

stgatilov commented 6 years ago

Currently only "Any CPU" config is present, which starts as 32-bit process. When it hits 1.5 GB memory usage, it simply crashes. In x64 config, everything works fine. I believe it was also mentioned in https://github.com/adrianstone55/SymbolSort/issues/8.