I would like to increase the size of the database connection pool to the system database. I couldn't find a system property that does that so far.

Can I change the connection pool size and if yes, how?

asked 06.07.2018 at 09:27

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%


The default maximum number of connections to the Axon.ivy system database is 50.

If you want to change this value you have to add (or change) an entry in the system database table IWA_SYSTEMPROPERTY. Use SystemDb.MaxNumberOfConnections for PropertyName , your new value for PropertyValue and 0 in field IsEncrypted.

After adding or changing this entry you need to restart the Engine.

link

answered 06.07.2018 at 09:35

Andreas%20Rusch's gravatar image

Andreas Rusch
441145
accept rate: 92%

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:

×32
×10

Asked: 06.07.2018 at 09:27

Seen: 1,753 times

Last updated: 06.07.2018 at 09:35