-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Maybe lower MIN_RAM_HARD from 4000 to 3800? #839
Comments
I think that makes sense, @chadwhitacre? @arusa would you be willing to submit a PR? |
What's the proposal here? Drop the hard limit to |
Or not block the installation but force the user to type Y/y That he's aware the current ram is below the minimum required and he agrees errors or slowdowns might happen. usually, you have 4096MB of RAM where a percent of it is dedicated to the hardware (I/O, GPU,...). |
sgtm /me whispers * PR * ... 😁 |
I created the PR. Because the variable is called MIN_RAM_HARD, it sounds like a hard limit. For me that means it is not possible to run sentry with less memory and it wold not be necessary to let someone skip it by typing [Yy]. If it is possible to run sentry with less memory, then I would suggest just displaying a warning instead of blocking the install. In my case I run this install script automated and would again need to work around if the script forces me to type [Yy]. I am happy for now with just reducing the hard limit to 3800. |
Yay, awesome! Thanks @arusa! 💃 😁 |
We do also have a soft limit of 8GB, and we display a warning for that. 4GB is really tiny these days. Do you have a need to run Sentry with less RAM than that? |
We used to say |
How much memory does sentry really need?
With a hard limit of 4000 I can't even install it on a machine with 4gb memory because the machine in my case shows just 3888. The next step at most providers would be 8gb, but I think that is not what you intended with 4000?
https://github.com/getsentry/onpremise/blob/54a20969a62675cb3e5b8a976c573f86806a081b/install.sh#L28
The text was updated successfully, but these errors were encountered: