This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rohit Mediratta
Recipients JelleZijlstra, Rohit Mediratta
Date 2016-06-11.20:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465676136.83.0.319539055543.issue27277@psf.upfronthosting.co.za>
In-reply-to
Content
It's set to 1000, I didnt change during install, so it's likely set to the default value.

>>> import sys
>>> sys.getrecursionlimit()
1000


I also have a lot of memory free (87G) to run scripts (should be able to handle without running into issues)

[/loc/rom/pyd/cpython] $ free -m
             total       used       free     shared    buffers     cached
Mem:         96870       9849      87021          0        716       7512
-/+ buffers/cache:       1620      95250
Swap:            0          0          0
History
Date User Action Args
2016-06-11 20:15:36Rohit Medirattasetrecipients: + Rohit Mediratta, JelleZijlstra
2016-06-11 20:15:36Rohit Medirattasetmessageid: <1465676136.83.0.319539055543.issue27277@psf.upfronthosting.co.za>
2016-06-11 20:15:36Rohit Medirattalinkissue27277 messages
2016-06-11 20:15:36Rohit Medirattacreate