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

chore: update Go to 1.14 #89

Merged
merged 1 commit into from
Feb 26, 2020
Merged

chore: update Go to 1.14 #89

merged 1 commit into from
Feb 26, 2020

Conversation

smira
Copy link
Member

@smira smira commented Feb 26, 2020

This doesn't build or run on Linux 5.3 (my local environment), as
there's a bug in Linux kernel which leads to Go memory corruption.

Signed-off-by: Andrey Smirnov [email protected]

This doesn't build or run on Linux 5.3 (my local environment), as
there's a bug in Linux kernel which leads to Go memory corruption.

Signed-off-by: Andrey Smirnov <[email protected]>
@smira
Copy link
Member Author

smira commented Feb 26, 2020

for older kernels solution seems to be to add the following to /etc/docker/daemon.json:

    "default-ulimits": {"memlock": {"Name": "memlock", "Hard": 67108864, "Soft": 67108864}}

(it matches whatever default ulimit I have in the system, docker by default lowers it to 64kb)

@smira smira merged commit 4d7ce7d into siderolabs:master Feb 26, 2020
smira added a commit to smira/pkgs that referenced this pull request Feb 26, 2020
smira added a commit to siderolabs/pkgs that referenced this pull request Feb 26, 2020
smira added a commit to smira/talos that referenced this pull request Feb 26, 2020
smira added a commit to smira/talos that referenced this pull request Feb 26, 2020
smira added a commit to smira/talos that referenced this pull request Feb 26, 2020
smira added a commit to smira/talos that referenced this pull request Feb 26, 2020
smira added a commit to smira/talos that referenced this pull request Feb 26, 2020
smira added a commit to siderolabs/talos that referenced this pull request Feb 26, 2020
salkin pushed a commit to salkin/talos that referenced this pull request Mar 2, 2020
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 this pull request may close these issues.

2 participants