Customer Portal

Clover graphs are stuck for a long time

Comments 2

  • Avatar
    novakj
    0
    Comment actions Permalink
    Hi chaitanya_r,

    Please verify if you are not hitting OS related limit "max user processes" - on Linux counts also threads. You can see the limit on Linux by command:
    ulimit -u


    Default limits are usually low and will prevent you to create let's say more than 1024 threads per Java process.

    Another possible reason of this exception and your slow graph execution could be too much concurrently running graphs.

    For more detailed answer, could you please specify some details regarding your environment? For example, operating system, CloverETL Designer/Server version, JVM memory settings etc.
  • Avatar
    chaitanya_r
    0
    Comment actions Permalink
    Thanks a lot, increasing the max user processes on my Linux box has fixed my issue.

Please sign in to leave a comment.