Every 10 minutes all my rich dialog clients seem to be blocked for several seconds, what happens?

asked 31.07.2012 at 04:17

Martin%20Steiger's gravatar image

Martin Steiger
(suspended)
accept rate: 50%


The Xpert.ivy Server runs a Garbage Collection every 10 Minutes. This is needed to Free Memory in the Rich Dialog Clients.

It may be that this Garbage Collections blocks the Rich Dialog UI for a few seconds if you are using Axon.ivy version 5.1 and older.

If this is the case you can try to use continuous Garbage Collection.

Add the following configuration to the XpertIvyServer.ilc File (XpertIvyServerService.ilc if you run the server as a service) in the bin directory of your Server installation to use continuous garbage collection:

ivy.garbage.collector.options=-XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+CMSClassUnloadingEnabled -XX:+ExplicitGCInvokesConcurrent -Dsun.rmi.dgc.server.gcInterval=600000 -Dsun.rmi.dgc.client.gcInterval=600000
link

answered 05.11.2013 at 07:55

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%

edited 27.10.2015 at 13:56

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×40

Asked: 31.07.2012 at 04:17

Seen: 2,010 times

Last updated: 27.10.2015 at 13:56