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

Remove support for memory limit for MacOS #22

Merged
merged 2 commits into from
Nov 14, 2023
Merged

Remove support for memory limit for MacOS #22

merged 2 commits into from
Nov 14, 2023

Conversation

Nfsaavedra
Copy link
Member

Newer versions of MacOS do not support limiting the RAM usage of a process by using ulimit. Fixes #20
https://stackoverflow.com/questions/3274385/how-to-limit-memory-of-a-os-x-program-ulimit-v-neither-m-are-working

@Nfsaavedra Nfsaavedra requested a review from pcarrott November 14, 2023 11:31
Copy link
Collaborator

@pcarrott pcarrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@Nfsaavedra Nfsaavedra merged commit eaf313b into master Nov 14, 2023
2 checks passed
@Nfsaavedra Nfsaavedra deleted the macos-fix branch December 14, 2023 12:30
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.

ulimit command doesn't work on macos
2 participants