Skip to content

vere-v4.5

Latest

Choose a tag to compare

@pkova pkova released this 19 Jun 15:53

Description

vere-v4.5 is a minor release with one specific bugfix targeted specifically at ships running in kubernetes clusters:

The spin hint introduced in vere-v4.0 uses posix shared memory which is shared between containers in a kubernetes pod by default. This creates opportunities for multiple ships to thrash each others spin hint pages, usually resulting in both ships crashing. To prevent this we now key the shared memory by ship name in addition to process id.

What's Changed

Full Changelog: vere-v4.4...vere-v4.5