Paloth opened this issue on Oct 28, 2008 ยท 53 posts
bruno021 posted Tue, 28 October 2008 at 4:27 AM
Paloth, this could be due to a scaling factor. maybe you are trying to populate too big an object with very small instances, which would result in very high number of instances. On 32bit systems, you get a warning that population would exceed available memory, but I don't know if you get this message on 64bit systems. This is all I can think of.