Unknown cause for ErrRuntime_MemoryLimitExceeded

Summary

We are encountering repeated ErrRuntime_MemoryLimitExceeded crashes in our Verse scripts. The error indicates the runtime is exceeding memory allocation limits, particularly when creating UObjects or constructing Verse objects and tasks.

These errors are logged in the Creator Portal, but the root cause remains unclear. There are 19 distinct error traces that keep repeating, though I suspect they may not reflect the actual underlying issue. I’ve attached a text file containing a selection of the logs for review.

Logs link: Always the same:ErrRuntime_MemoryLimitExceededExceeded memory limit(s).B - Pastebin.com

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Memory

Steps to Reproduce

We don’t have specific steps to reproduce the issue, as it only occurs in this particular project and not in any of our other projects.

Expected Result

ErrRuntime_MemoryLimitExceeded should not occur.

Observed Result

ErrRuntime_MemoryLimitExceeded is logged hundreds of times each day.

Platform(s)

All platforms / Unknown

Island Code

0324-4654-5758

hi @Vilvalas ,
To find Verse Runtime Errors you need to use the

<decides><transacts>

Then use the if function to check if a failure has occurred resulting in rewind the transaction

See the post in which discusses how to put his in your code
I want to know under what conditions this error occurs in Verse

The status of FORT-901836 changed to ‘Needs Triage’. We’ve confirmed the issue and it’s waiting to be assigned to someone to fix it.