You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because default setting for MaxMemory is 0, this causes an error when trying to interact with the server. This may not be entirely clear to a new user.
PROPOSED SOLUTION:
We should either put in logical checks when passing in configs on instantiating a server, or create separate default values for settings that are naturally coupled like MaxMemory and EvictionPolicy.
The text was updated successfully, but these errors were encountered:
PROBLEM:
Currently, it's possible to do something like the following
Because default setting for MaxMemory is 0, this causes an error when trying to interact with the server. This may not be entirely clear to a new user.
PROPOSED SOLUTION:
We should either put in logical checks when passing in configs on instantiating a server, or create separate default values for settings that are naturally coupled like MaxMemory and EvictionPolicy.
The text was updated successfully, but these errors were encountered: