cancel
Showing results for 
Search instead for 
Did you mean: 

Design Studio Reports Memory Consumption Increases After Refresh

Former Member
0 Kudos
270

Hi,

I have an dashboard with two pages, I display pages 30 seconds intervals (using timer component). Every refresh I realized that memory consumption is increasing 4-5 mb and after 3-4 hours Internet Explorer is freezing.

I realized that info charts causing the problem, I change info charts to chart, memory consumption is less than info charts but problem still exists.

Have you ever encounter such problem?

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I can not understand how I can prevent this memory leak,

Regards.

TammyPowlas
Active Contributor
0 Kudos

From the links above, Mike says this: "I'd caution against polling on an interval as you eventually will trigger a JVM memory leak with too many callRuntimeHandler calls over and over."

TammyPowlas
Active Contributor
0 Kudos

Reading previous posts - see https://archive.sap.com/discussions/thread/3739886 with Mike's comment here "I'd caution against polling on an interval as you eventually will trigger a JVM memory leak with too many callRuntimeHandler calls over and over."

He also has a suggestion here https://blogs.sap.com/2015/05/20/whats-new-in-design-studio-15-sdk/#comment-590185 (see 2nd comment)