Monitoring Memory Resources
Monitoring the Memory
DWS allows you to view cluster memory usage on the monitoring panel (DMS). For details, see Viewing DWS Cluster Monitoring Information on the DMS Monitoring Panel.
DWS provides a view for monitoring the memory usage of the entire cluster.
1
|
SELECT * FROM pgxc_total_memory_detail; |
1 2 3 |
SELECT * FROM pgxc_total_memory_detail; ERROR: unsupported view for memory protection feature is disabled. CONTEXT: PL/pgSQL function pgxc_total_memory_detail() line 12 at FOR over EXECUTE statement |
- Log in to the DWS console.
- Choose Dedicated Clusters > Clusters in the navigation tree on the left.
- In the cluster list, find the target cluster and click the cluster name to go to the cluster details page.
- Click the Parameter Modifications tab and change the value of max_process_memory to a proper one. For details about the modification suggestions, see max_process_memory. After it is done, click Save.
- In the Modification Preview dialog box, confirm the modifications and click Save. After the modification, restart the cluster for the modification to take effect.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.