Skip to content

Commit a7c4178

Browse files
authored
Merge pull request #1312 from RedisInsight/e2e/bugfix/fix_re_database_initialization_error
decrease allocation memory for RE database
2 parents 9936d50 + 18cf0ad commit a7c4178

File tree

1 file changed

+1
-1
lines changed
  • tests/e2e/rte/redis-enterprise

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-re-standalone",
33
"type": "redis",
4-
"memory_size": 1073741824,
4+
"memory_size": 268435456,
55
"port": 12000
66
}

0 commit comments

Comments
 (0)