Skip to content

Commit

Permalink
Increase default memory for "active_config" shared dict.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
GUI committed May 26, 2017
1 parent 0534f78 commit 3af5700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ nginx:
port: 14005
shared_dicts:
active_config:
size: 600k
size: 3m
api_users:
size: 3m
dns_cache:
Expand Down

0 comments on commit 3af5700

Please sign in to comment.