Question about host install memory/smp/reserve-memory #17209
Replies: 3 comments 5 replies
-
Hello @calvin2021y, thanks for reaching out! These are command line flags and cannot be specified in the configuration. Are you running Redpanda directly or under systemd? If directly pass them when you invoke Redpanda, if through systemd you'll want to modify the command in the unit file. But default you can find the systemd file at /usr/lib/systemd/system/redpanda.service |
Beta Was this translation helpful? Give feedback.
-
See additional-startup-args on the documentation site |
Beta Was this translation helpful? Give feedback.
-
I do the search : Then I add this into [Slice]
AllowedCPUs=15-23 I also set : START_ARGS=--check=true --smp 16 --memory 32G --reserve-memory 0M |
Beta Was this translation helpful? Give feedback.
-
With docker I can pass
--smp 8 --memory 32G --reserve-memory 0M
to limit the resources for redpanda.When I do a fresh install on debian, I am not sure where to put the args.
I try put into
/etc/redpanda/redpanda.yaml
redpanda
section, but get error:Any documents about setup this args without docker or k8s ?
Beta Was this translation helpful? Give feedback.
All reactions