Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Clarification
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Dec 26, 2022

Increase the recursive calls stack size limit on 64-bit systems

The current limit of recursive calls (recursion level for a given LotussScript function) in 32-bit/64-bit system is 32Kbyte stack size:


https://help.hcltechsw.com/dom_designer/12.0.2/basic/LSAZ_LIMITS_ON_COMPILER_AND_COMPILED_PROGRAM_STRUCTURE.html#:~:text=a%20given%20function)-,32Kbyte%20stack%20size,-Storage%20size%20of


Need to expand this current stack size limit in 64-bit systems, because indeed, 64-bit system can handle more data than the 32-bit system.

  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Mar 24, 2023

    Can you please provide an example (e.g. LotusScript code) showing how you are running into this limit?