You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by zjffdu <gi...@git.apache.org> on 2018/01/18 08:06:22 UTC

[GitHub] zeppelin issue #2733: Set ExecutorFactory 65536

Github user zjffdu commented on the issue:

    https://github.com/apache/zeppelin/pull/2733
  
    I think it is not `limits the maximum number of interpreters`, it is `limits the maximum number of concurrently running paragraphs`. I have concern that 65536 would be too large for single process to schedule and coordinate so many threads. @mebelousov Do you see this issue in production ? Because concurrently running 100 paragraphs would be a very busy zeppelin server with many users. 


---