Skip to content

Tricks to reduce resource usage in a development kubernetes cluster #23089

Answered by rockwotj
fcbry asked this question in Q&A
Discussion options

You must be logged in to vote

If you run Redpanda with --help-seastar you can see a bunch of options related to resources. Specifically I'd suggest running with --smp=1 to run redpanda on a single CPU core and --memory=1G to specify the memory usage. Note that giving Redpanda a limited amount of memory restricts how many partitions you can create, but I often run Redpanda with a single core and one GiB of RAM for testing. Let me know if that doesn't work - I'm happy to help further.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rockwotj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants