dev
the problem exists in the stack limit set up in the linux
now I have two solutions:
1. increase the stack limit allowed in the linux by
ulimit -s 16384
2. replace the big array with a STL bitset, but bitset requires a contant size in the declaration
now I have two solutions:
1. increase the stack limit allowed in the linux by
ulimit -s 16384
2. replace the big array with a STL bitset, but bitset requires a contant size in the declaration
0 Comments:
Post a Comment
<< Home