You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is caused by Azul causing ENOMEM on mlock and mlock2 calls, even though the parameters passed appear valid.
As this works in newer versions of Azul it seems to be an issue within Azul itself. There are some google hits on Azul/mlock but I didn't find anything definite on a quick scan. mlock/2 are very rarely used/needed so for now these have been changed to no-ops if running under Azul.
See https://teamcity.chronicle.software/buildConfiguration/Chronicle_Posix_SnapshotZing8?mode=builds#all-projects
Fails on TC with Zing zing-jdk1.8.0-21.10.0.0-3-x86_64 but works locally under Ubuntu and Zing zing22.05.0.0-3-jdk8.0.332
The text was updated successfully, but these errors were encountered: