-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07.01.2015 12:15, Roger Oberholtzer wrote: > line 52, in readline > return self.req.readline(size) > MemoryError
I guess that you'll need quite a bit more RAM than the biggest file you try to upload on that machine. But this shouldn't be the problem in your case. May it be, that Python simply has not permission (process memory quota or similar restriction) to reserve enough memory for buffering the received data stream in memory? Steffen Hoffmann -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlS1irQACgkQ31DJeiZFuHfmqgCg5r1qtFmJxL1dTK69hEfNLdoh +LoAnRWS05u63vQcWw9ihqNCF+ZL7mdV =mErl -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
