Hi Dojo,
I’m developing an internal buffer for a protocol, and after performing calculations for the worst-case scenario, the buffer size is estimated to be around 1 MB.
Does this size have any noticeable impact on the SLScripting process memory? Should I consider reducing the buffer size?
Hi Samuel,
SLScripting is currently a 32-bit process that, by default, is shared across all elements running on a given agent. Consequently, the available memory is also shared among these elements.
While 1MB should not pose a problem on its own, it will depend on the expected number of elements created for that connector and the rest of the system's components.
As a general rule, you should aim for the minimum footprint possible. However, 1MB is not critical by itself.