vert-x3 / vertx-ignite

Apache License 2.0
35 stars 28 forks source link

Make default data region configurable #104

Closed zyclonite closed 3 years ago

zyclonite commented 3 years ago

Motivation:

It is quite common to reduce the initial size of the default data region (defaults to 256mb) as well as the max size (defaults to 20% physical mem) for low memory systems. Especially when deploying to container based resource limited environments.

This PR does as well change the inital size to 40mb when running the unit tests.

tsegismont commented 3 years ago

@zyclonite please go ahead and merge if you're done with this PR.