How much memory do you use today? Ours (Also self hosted) is running OK with 1gb of memory. We鈥檒l probably double that in the near future, but we don鈥檛 get this error
So when we load the trace/span/session view we load the contents of the spans into memory before serving them over the API. Typically spans are much smaller and we can paginate but in this case your spans are quite large.
For now I think we can do two things:
If you increase the memory limits on your container, it should stop crashing for a while