mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add mem_limit for mount
This commit is contained in:
parent
712563fbdd
commit
3fdf73e514
|
@ -38,7 +38,8 @@ services:
|
|||
privileged: true
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
command: 'mount -filer="filer:8888" -dirAutoCreate -dir=/mnt/seaweedfs'
|
||||
mem_limit: 4096m
|
||||
command: '-v=4 mount -filer="filer:8888" -dirAutoCreate -dir=/mnt/seaweedfs -cacheCapacityMB=0 '
|
||||
depends_on:
|
||||
- master
|
||||
- volume
|
||||
|
|
Loading…
Reference in a new issue