cancel
Showing results for 
Search instead for 
Did you mean: 

Design Studio Reports Memory Consumption Increases After Refresh

Former Member
0 Kudos

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.

TammyPowlas
Active Contributor
0 Kudos

Hello - what is your data source? If it is BW, I would expect caching to help - see https://blogs.sap.com/2016/07/26/use-of-bw-cache-in-sap-design-studio/ and https://blogs.sap.com/2015/05/22/design-studio-performance-best-practices/

Also what version of Design Studio are you using? Are you using profiling?

Former Member
0 Kudos

Hi,

Data source: Sybase IQ 16

Design Studio 1.6

The main problem is a memory leak not the performance, whenever I change visibility of chart , memory usage is increasing.

You can simulate problem by creating a report with charts and changing their visibilty. You can see that memory consumption is growing in every change.

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)