Skip to content

Commit

Permalink
CI: jemalloc
Browse files Browse the repository at this point in the history
Signed-off-by: hongchaodeng <[email protected]>
  • Loading branch information
hongchaodeng committed Jun 27, 2024
1 parent 9a2f2c2 commit f22ac34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions release/ray_release/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ def get_byod_runtime_env(self) -> Dict[str, str]:
# Logs the full stack trace from Ray Data in case of exception,
# which is useful for debugging failures.
"RAY_DATA_LOG_INTERNAL_STACK_TRACE_TO_STDOUT": "1",
"LD_PRELOAD": "/usr/lib/x86_64-linux-gnu/libjemalloc.so",
}
default.update(
_convert_env_list_to_dict(self["cluster"]["byod"].get("runtime_env", []))
Expand Down
1 change: 1 addition & 0 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3222,6 +3222,7 @@
smoke_test:
frequency: manual


# The full test is not stable, so run the smoke test only.
# See https://github.com/ray-project/ray/issues/23244.
- name: threaded_actors_stress_test
Expand Down

0 comments on commit f22ac34

Please sign in to comment.