-
I'm on a cheap $5/month vps with only 2GB of ram. I wouldn't be surprise if it's caused by the oomkiller, but I seem to still have some free ram according to grafana. Any other metrics I could check?
|
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 11 replies
-
@bbigras how are you starting up redpanda. for that kind of setup, i'd do
|
Beta Was this translation helpful? Give feedback.
-
I wasn't using If I try using I'm probably low on ram since I run other stuff on that vps, but it's weird that it's a round number. |
Beta Was this translation helpful? Give feedback.
-
@bbigras - that's why you need the --overprovisioned. |
Beta Was this translation helpful? Give feedback.
-
here is how i run it on docker when testing
obviously, docker doesn't have permanent storage, but these are some settings i suggest setting for small environments. it should work even on the $5/mo VPS |
Beta Was this translation helpful? Give feedback.
-
@bbigras let me know if it answers your question. I'm also turning this ticket into a 'discussion' type, rather an an issue. |
Beta Was this translation helpful? Give feedback.
-
Same thing with 1G. I'll try 1.5G next.
|
Beta Was this translation helpful? Give feedback.
-
with:
I get:
|
Beta Was this translation helpful? Give feedback.
-
@bbigras - have you tested any recent release - 21.5.6 or the like. |
Beta Was this translation helpful? Give feedback.
here is how i run it on docker when testing
obviously, docker doesn't have permanent storage, but these are some settings i suggest setting for small environments. it should work even on the $5/mo VPS