SIGABRT due to stl

How much memory stl can hold to avoid SIGABRT ?

not sure, but 10^7 works fine.

Most of problems here have a limit of 256 MB or 512MB. Anything around 10^9 gives error. 10^7 works fine, 10^8…not sure but it should do fine.