KevinHuSh commited on
Commit
b0577d6
·
1 Parent(s): 8a2ce44

enlarge docker memory usage (#496)

Browse files

### What problem does this PR solve?

### Type of change


- [x] Refactoring

Files changed (1) hide show
  1. docker/.env +1 -1
docker/.env CHANGED
@@ -11,7 +11,7 @@ ES_PORT=1200
11
  KIBANA_PORT=6601
12
 
13
  # Increase or decrease based on the available host memory (in bytes)
14
- MEM_LIMIT=4073741824
15
 
16
  MYSQL_PASSWORD=infini_rag_flow
17
  MYSQL_PORT=5455
 
11
  KIBANA_PORT=6601
12
 
13
  # Increase or decrease based on the available host memory (in bytes)
14
+ MEM_LIMIT=12073741824
15
 
16
  MYSQL_PASSWORD=infini_rag_flow
17
  MYSQL_PORT=5455