Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSSQL box crashes #2

Closed
Danack opened this issue May 5, 2023 · 0 comments · Fixed by #3
Closed

MSSQL box crashes #2

Danack opened this issue May 5, 2023 · 0 comments · Fixed by #3

Comments

@Danack
Copy link
Owner

Danack commented May 5, 2023

The MSSQL box crashes, with the output:

pdo_shenanigans-mssql-1       | /opt/mssql/bin/sqlservr: Invalid mapping of address 0x400384a000 in reserved address space below 0x400000000000. Possible causes:
pdo_shenanigans-mssql-1       | 1) the process (itself, or via a wrapper) starts-up its own running environment sets the stack size limit to unlimited via syscall setrlimit(2);
pdo_shenanigans-mssql-1       | 2) the process (itself, or via a wrapper) adjusts its own execution domain and flag the system its legacy personality via syscall personality(2);
pdo_shenanigans-mssql-1       | 3) sysadmin deliberately sets the system to run on legacy VA layout mode by adjusting a sysctl knob vm.legacy_va_layout.

Doing a quick google gives a result of: microsoft/mssql-docker#668 where people suggest using a different container:

Yes i went the Azure SQL Edge route and no issues for my purpose. https://hub.docker.com/_/microsoft-azure-sql-edge

@tontonsb if you have the time, can you have a look at setting that up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant