[ckan-dev] CKAN 2.5.2 maximum recursion depth exceeded
Marco Combetto
marcomb at hotmail.com
Thu Oct 6 16:20:50 UTC 2016
Thanks!
Could that means that CKAN could not have more than 1000 dataset in one single organizationCould be a bug? I don't find it in the open issues
Unfortunately I have one organization with 1100 dataset published.
I was expecting that should be something settable in production.ini.. but I don't find a way..
Marco Combetto
marcomb at hotmail.com
Mobile: +39 3316329971
www.linkedin.com/in/marcomb
> Date: Tue, 4 Oct 2016 11:23:05 +0000
> From: bunke.hendrik at gmail.com
> To: ckan-dev at lists.okfn.org
> Subject: Re: [ckan-dev] CKAN 2.5.2 maximum recursion depth exceeded
>
> --On 2016-10-03 09:40, Marco Combetto wrote:
>
> > Anyone faced similar problem?Do you know if/where I could set the maximum recursion depth?
>
> This usually occurs when a function uses recursion. Python is not optimized for
> that and limits recursions to 1000 by default to avoid stack overflows. You can
> use sys.setrecursionlimit() to set a higher value, but it's not recommended. So
> you'd better find that function where the error occurs ;-) Could also be a CKAN
> issue, I don't know.
>
> regards
> hendrik
>
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/ckan-dev/attachments/20161006/cfcdff64/attachment-0003.html>
More information about the ckan-dev
mailing list