‎2026 Feb 19 6:35 PM - edited ‎2026 Feb 19 6:38 PM
Hi,
my Story uses about 2GB memory and has Background Loading active. After QRC1 2026 Update this story receives a Out of memory error at 5,4GB memory. After Loading the Viewpoint (Starting Page) it has 2GB memory used. 1sec after that the memory starts to increase rapidly and after 10sec the out of memory error appears.
I changed nothing in this story for months. It tried Viewpoint Loading and the same scenario appears. Only at Loading Optimization Setting = None no out of memory error appears, but the memory use is 3GB.
Override Cache Limit and Minimize Memory Usage is active.
PS: the same old Analytic Application used only 1,2GB memory. The memory usage of the new Story is extremely bad. I hope SAP will fix that soon.
thanks for help
Request clarification before answering.
Please log a ticket - this is a quality issue - we are aware of it and looking at it - if you log a ticket then you will be notified when fixed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @CJH
Hi @CJH we created a case now. thx for your support. Case 400900/2026 (P2) - SAC Loading Optimization Settings Problem.
I identified that the issue occurs only in embed mode when pagebar=disabled.
The problem is triggered by the code in OnInitialization. This code was already present in the function before the Q1 2026 update, and at that time it did not cause any issues.
this is the code - starting your story with this (+ Viewport or Background Loading active), will lead to the error:
if (Application.getMode() !== ApplicationMode.Embed) {
NavigationUtils.openApplication(
Application.getInfo().id,
[
UrlParameter.create("mode", "embed"),
UrlParameter.create("pageBar", "disable")
],
false
);
}
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.