Closed sandbergja closed 5 months ago
Since these instructions were first written, we have configured solr as a systemd service with PrivateTmp=true. This is a good security protection to have, but it unfortunately also blocks the heap dump.
PrivateTmp=true
The nsenter command allows us to bypass this protection temporarily by entering the "namespace" of the solr process.
Also, format the steps as an ordered list.
Since these instructions were first written, we have configured solr as a systemd service with
PrivateTmp=true
. This is a good security protection to have, but it unfortunately also blocks the heap dump.The nsenter command allows us to bypass this protection temporarily by entering the "namespace" of the solr process.
Also, format the steps as an ordered list.