- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Milan,
You have to increase the stackSizeKB to at least 1024 KB.
Go to your server configuration and do the following
<!-- Configuring the JavaScript interpreter
maxMB : Maximum size in megabytes before running the garbage collector Default: 64
stackSizeKB : Size of each stack chunk in kilo octets Default: 8 -->
<javaScript maxMB="512" stackSizeKB="1024"/>
Do check with support if hardware support 1024 at stack size.
What Are the Side Effects of Raising the Stack?
Raising the default system stack size by definition allows for larger stack segments for every process on the system. If swap space on the system is near capacity, raising this tunable will increase the amount of swap that is reserved for each process. This would allow a process with a memory leak, or written to use a great deal of memory, to reserve more swap, and possibly exhaust the swap space on the system.
Regards,
Amit
Views
Replies
Total Likes