mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
Ray, Tune, and RLlib support for memory, object_store_memory options (#5226)
This commit is contained in:
committed by
Robert Nishihara
parent
c852213b83
commit
e2e30ca507
@@ -132,6 +132,7 @@ cc_library(
|
||||
"cpp/src/plasma/eviction_policy.cc",
|
||||
"cpp/src/plasma/external_store.cc",
|
||||
"cpp/src/plasma/plasma_allocator.cc",
|
||||
"cpp/src/plasma/quota_aware_policy.cc",
|
||||
"cpp/src/plasma/thirdparty/ae/ae.c",
|
||||
],
|
||||
hdrs = [
|
||||
@@ -139,6 +140,7 @@ cc_library(
|
||||
"cpp/src/plasma/eviction_policy.h",
|
||||
"cpp/src/plasma/external_store.h",
|
||||
"cpp/src/plasma/plasma_allocator.h",
|
||||
"cpp/src/plasma/quota_aware_policy.h",
|
||||
"cpp/src/plasma/store.h",
|
||||
"cpp/src/plasma/thirdparty/ae/ae.h",
|
||||
"cpp/src/plasma/thirdparty/ae/ae_epoll.c",
|
||||
|
||||
@@ -67,7 +67,7 @@ def ray_deps_setup():
|
||||
new_git_repository(
|
||||
name = "plasma",
|
||||
build_file = "@//bazel:BUILD.plasma",
|
||||
commit = "f976629a54f5518f6285a311c45c5957281b1ee7",
|
||||
commit = "141a213a54f4979ab0b94b94928739359a2ee9ad",
|
||||
remote = "https://github.com/apache/arrow",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user