As described in {T213134}, we've approached - and on some servers, exceeded - the allocator limit on Blazegraph. This task will aggregate all tasks we need to perform to solve the issue.
Action plan (tasks to follow shortly):
Immediate:
* Copy database from wdq21 to wdq7 and wdq8
* Restore updates on wdq7 and wdq8
* Collect allocator stats everywhere and see which servers are also in danger
* Write an incident report
Sort-term:
* Split category namespace into a separate instance of Blazegraph
Longer-term (will require data reload):
* Disable "raw records" in Blazegraph
* Consider inlining values & references
* Consider setting INLINE_TEXT_LITERALS so short strings would be inlined, this doesn't use allocators
* Check what other things could be inlined