Skip to content

Commit

Permalink
object store size increased
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Tarlok Kakkar committed Nov 22, 2020
1 parent a046f54 commit a0968a3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions srtml_exp/scripts/model_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ def plsmr(s3_url, endpoint):
@click.command()
def start_srtml():

# os.system(
# 'ray start --head --resources \'{"Titan V": 8, "Tesla P40": 8, "Radeon '
# 'RX 5000": 12, "Radeon RX Vega 64": 12, "CPU1": 8, "CPU2": 8, "FPGA1": '
# '4, "FPGA2": 4}\' --object-store-memory 1000000000 --num-cpus 24 '
# '--internal-config \'{"max_direct_call_object_size": 10485760, '
# '"max_grpc_message_size": 104857600}\''
# )
os.system(
'ray start --head --resources \'{"Titan V": 8, "Tesla P40": 8, "Radeon '
'RX 5000": 12, "Radeon RX Vega 64": 12, "CPU1": 8, "CPU2": 8, "FPGA1": '
'4, "FPGA2": 4}\' --object-store-memory 100000000 --num-cpus 24 '
'--internal-config \'{"max_direct_call_object_size": 10485760, '
'"max_grpc_message_size": 104857600}\''
'4, "FPGA2": 4}\' --object-store-memory 100000000000 --num-cpus 24 '
)

0 comments on commit a0968a3

Please sign in to comment.