a9s LogMe Resources Considerations
This document describes concerns and limitations to be considered when allocating resources for your a9s LogMe plans.
Since a9s LogMe includes an Elasticsearch cluster (or single), all limitation for a9s Elasticsearch applies to this service as well.
Max Payload Bytes
Kibana can only handle requests with a maximum configured size (server.maxPayloadBytes
). The
Kibana running on a9s LogMe service instances have maxPayloadBytes
configured to use 50%
of the
total memory on the Kibana instance if the total memory is less than 4GB
, and 75%
if greater.
The minimum size for maxPayloadBytes
on an a9s LogMe service instance is 256MB
. Requests bigger
than this are rejected.