From 7c384041a3e25fcc093703fb6fad696e22efa984 Mon Sep 17 00:00:00 2001 From: revital Date: Thu, 13 Feb 2025 09:53:33 +0200 Subject: [PATCH] Edit --- docs/deploying_clearml/enterprise_deploy/on_prem_ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying_clearml/enterprise_deploy/on_prem_ubuntu.md b/docs/deploying_clearml/enterprise_deploy/on_prem_ubuntu.md index 1a9530cb..1d823655 100644 --- a/docs/deploying_clearml/enterprise_deploy/on_prem_ubuntu.md +++ b/docs/deploying_clearml/enterprise_deploy/on_prem_ubuntu.md @@ -313,7 +313,7 @@ The system should be constantly monitored, however it is important to check the * **Storage space**: run `sudo du -hs /` * **RAM**: * Run `vmstat -s` to check available RAM - * Run: top to check the processes. + * Run: `top` to check the processes. :::note Some operations, such as complex queries, may cause a spike in memory usage. Therefore, it is recommended to have at least 8GB of free RAM available.