Stackoverflow error in multiinstance subprocess
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2014 02:58 AM
Hi..
Whenever we have loop cardinality more than 15 (for ex 20) for a multiinstance subprocess, we encounter stackoverflow error. Why this happens?? Can this be solved??
Thanks
Whenever we have loop cardinality more than 15 (for ex 20) for a multiinstance subprocess, we encounter stackoverflow error. Why this happens?? Can this be solved??
Thanks
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2014 05:34 AM
Does the multi instance sub process contains only Java service tasks that are executed synchronously?
There are 2 ways to solve this.
1. Make the Java service task async
2. Increase the JVM stack size
Best regards,
There are 2 ways to solve this.
1. Make the Java service task async
2. Increase the JVM stack size
Best regards,
