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

bazel: support memory resource specifications #23295

Merged
merged 1 commit into from
Sep 12, 2024
Merged

bazel: support memory resource specifications #23295

merged 1 commit into from
Sep 12, 2024

Conversation

rockwotj
Copy link
Contributor

@rockwotj rockwotj commented Sep 12, 2024

This allows for our tests to support a custom memory limit.
We pass this to seastar to allocate memory with, and also
pass to Bazel so it can schedule more efficently.

FIXES: CORE-7266

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v24.2.x
  • v24.1.x
  • v23.3.x

Release Notes

  • none

bazel/test.bzl Outdated Show resolved Hide resolved
bazel/test.bzl Outdated Show resolved Hide resolved
@rockwotj rockwotj force-pushed the core-7266 branch 2 times, most recently from 6b51f5b to fe274e0 Compare September 12, 2024 16:08
dotnwat
dotnwat previously approved these changes Sep 12, 2024
bazel/test.bzl Outdated Show resolved Hide resolved
This allows for our tests to support a custom memory limit.
We pass this to seastar to allocate memory with, and also
pass to Bazel so it can schedule more efficently.
@rockwotj rockwotj merged commit 2d6a7ba into dev Sep 12, 2024
12 checks passed
@rockwotj rockwotj deleted the core-7266 branch September 12, 2024 20:13
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants