Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SystemStackError - Limited Fiber Stack Size #17

Open
sekarp opened this issue Apr 19, 2012 · 1 comment
Open

SystemStackError - Limited Fiber Stack Size #17

sekarp opened this issue Apr 19, 2012 · 1 comment

Comments

@sekarp
Copy link

sekarp commented Apr 19, 2012

My rails app is running to "systemstack error" for some of the operations because the default fiber stack size is merely 4KB. I know there are discussions going on about this issue in the ruby forum.

https://gist.github.com/rails/rails/issues/2153
http://bugs.ruby-lang.org/issues/3187

But, I was wondering whether there are other ways to solve this issue. If not, do you have an estimate on when they would release a fix?

@mperham
Copy link
Owner

mperham commented Apr 19, 2012

Refactor the operation which requires a large stack to run in a separate thread and then block on thread.value.

On 18 Apr 2012, at 17:43, sekarpreply@reply.github.com wrote:

My rails app is running to "systemstack error" for some of the operations because the default fiber stack size is merely 4KB. I know there are discussions going on about this issue in the ruby forum.

https://gist.github.com/rails/rails/issues/2153
http://bugs.ruby-lang.org/issues/3187

But, I was wondering whether there are other ways to solve this issue. If not, do you have an estimate on when they would release a fix?


Reply to this email directly or view it on GitHub:
#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants