No, In fact, I can allocate 100,000,000 elements of Scenario7 without a problem. And yet, I get these problems even when I have more than sufficient amounts of memory. Is there some sort of cap on allocation that I don't know about?
Edit by the real RobotGymnast (it's a shared account, but I'm posting here so that other users can see what I wrote): There are some limits I've never run into before, but I believe they're above what is being used here, I think it's 4GB or something (although that's for files), it may happen here for some odd reason
Edit by the fake RobotGymnast: 4GB is the maximum addressable memory on an x86 system (notice how its 0xFFFFFFFF bytes?). I'm only using 1.5 GB, so I don't know wtf's going on here.
Edited by RobotGymnast, 04 January 2009 - 06:03 PM.