Skip to content

Commit c37e314

Browse files
move M to redis run.sh
1 parent 6f3fc43 commit c37e314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mkdir -p /efs/redis
33
/usr/bin/redis-server \
44
--protected-mode no \
55
--maxmemory-policy allkeys-lru \
6-
--maxmemory ${REDIS_MEMORY:-64M} \
6+
--maxmemory ${REDIS_MEMORY:-64}M \
77
--appendonly yes \
88
--dir /efs/redis \
99
--appendfsync everysec

0 commit comments

Comments
 (0)