Context parameter issue

Hi,

When we push to open source Loki with 2 context parameters we are able to push close to 3k logs per sec with 2 writer nodes & 3 reader nodes. But, when we increase the context parameters to 15 i’m only able to push ~250 msg per sec.

and below is the error msg:
Maximum active stream limit exceeded, reduce the number of active streams (reduce labels or reduce label values), or contact your Loki administrator to see if the limit can be increased, user: ‘fake’

Has anyone seen the similar issue? anyone know how to resolve it?

1 Like

Perhaps try tweaking max_global_streams_per_user under limits_config.

Thanks Tonyswumac…will try it out.