Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
49f169d5
Unverified
Commit
49f169d5
authored
Sep 13, 2025
by
Teng Ma
Committed by
GitHub
Sep 12, 2025
Browse files
[HiCache] doc: update deployment in readme (#10332)
Signed-off-by:
Teng Ma
<
sima.mt@alibaba-inc.com
>
parent
7fce2fd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
python/sglang/srt/mem_cache/storage/mooncake_store/README.md
python/sglang/srt/mem_cache/storage/mooncake_store/README.md
+9
-1
No files found.
python/sglang/srt/mem_cache/storage/mooncake_store/README.md
View file @
49f169d5
...
@@ -54,7 +54,10 @@ When integrated with **SGLang**, the system conceptually consists of four key co
...
@@ -54,7 +54,10 @@ When integrated with **SGLang**, the system conceptually consists of four key co
### Single Server Deployment
### Single Server Deployment
**Launch Mooncake `metadata service`:**
There are four components for deploying Mooncake: metadata service, master service, store service and sglang instance.
Note:
*Only **master service** is mandatory for single server deployment.*
**Launch Mooncake `metadata service`(Optional):**
```
bash
```
bash
python
-m
mooncake.http_metadata_server
python
-m
mooncake.http_metadata_server
...
@@ -66,6 +69,11 @@ python -m mooncake.http_metadata_server
...
@@ -66,6 +69,11 @@ python -m mooncake.http_metadata_server
mooncake_master
mooncake_master
```
```
To start both the metadata and master services together:
```
bash
mooncake_master
--enable_http_metadata_server
=
true
```
**Launch Mooncake `store service`:**
**Launch Mooncake `store service`:**
First, create and save a configuration file in JSON format. For example:
First, create and save a configuration file in JSON format. For example:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment