Is there a way to monitor Nextcloud's memory usage to identify the culprit?

Responsive Ad Header

Question

Grade: Education Subject: Support
Is there a way to monitor Nextcloud's memory usage to identify the culprit?
Asked by:
75 Viewed 75 Answers

Answer (75)

Best Answer
(251)
You can use server monitoring tools like `htop` or `top` to observe PHP process memory usage. For more detailed application-level insights, you might consider profiling tools or enabling detailed logging within Nextcloud or specific apps if available.