summaryrefslogtreecommitdiff
path: root/SConscript.smoke
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2012-07-16 14:39:53 -0400
committerTad Marshall <tad@10gen.com>2012-07-16 14:39:53 -0400
commitc32b1e7c07f79b89641f32d6b68a01ea6f22b23b (patch)
tree95469eb59c04d43a3e90ee32fcce0fade5889759 /SConscript.smoke
parent1abe1c594323cc1ba37b65dac965287353fb8a32 (diff)
downloadmongo-c32b1e7c07f79b89641f32d6b68a01ea6f22b23b.tar.gz
Reduce object nesting level from 1500 to 700
On Windows, creating a nested object 1500 levels deep crashes the shell with a stack overflow. This is presumably because of the default stack size of 1 MB on Windows; the default stack size on Linux is 8 MB. So, reduce the nesting level from 1500 to 700 to make the test pass on Windows. This doesn't address the actual stack overflow problem, which also exists on Linux but requires a larger number. Testing with 20000 crashes Linux and Mac OS X with segfaults.
Diffstat (limited to 'SConscript.smoke')
0 files changed, 0 insertions, 0 deletions