Question
Is there a way to monitor Nextcloud's memory usage to identify the culprit?
Asked by: USER9472
75 Viewed
75 Answers
Answer (75)
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.