Skip to content

Commit 3af5700

Browse files
committed
Increase default memory for "active_config" shared dict.
This is related to 18F/api.data.gov#385 This should allow the default configuration to publish somewhere in the neighborhood of 750-1500 API backends (up from 150-300) without running into potential issues. We still need to address the more underlying issue so the shard dict operates in a safer manner (eg, by using set_safe as described in the github issue).
1 parent 0534f78 commit 3af5700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ nginx:
3535
port: 14005
3636
shared_dicts:
3737
active_config:
38-
size: 600k
38+
size: 3m
3939
api_users:
4040
size: 3m
4141
dns_cache:

0 commit comments

Comments
 (0)