web2py community, I'm currently implementing a web application on localhost running OS 10.6.4. When I cPickle.dump a large object to the /tmp directory, web2py crashes. The same operations work with smaller objects.
Does this mean I need to increase the heap? If so, how do I do this? If not, any suggestions? Thanks in advance.