[PR #3072] [MERGED] Memos: Increase RAM Usage and max space #4065

Closed
opened 2025-11-20 06:08:07 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3072
Author: @MickLesk
Created: 3/14/2025
Status: Merged
Merged: 3/14/2025
Merged by: @michelroegl-brunner

Base: mainHead: memos_optimize_ressources


📝 Commits (3)

📊 Changes

3 files changed (+6 additions, -4 deletions)

View changed files

📝 ct/memos.sh (+2 -1)
📝 install/memos-install.sh (+2 -1)
📝 json/memos.json (+2 -2)

📄 Description

✍️ Description

Optimize Memos Ressource to 3GB RAM and NODE_OPTIONS="--max-old-space-size=2048"

Link: #3039

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🆕 New script – A fully functional and tested script or script set.
  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

📋 Additional Information (optional)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/3072 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `memos_optimize_ressources` --- ### 📝 Commits (3) - [`7ff9d00`](https://github.com/community-scripts/ProxmoxVE/commit/7ff9d000670f459cbb24f87a84549822a38f1ccf) Update memos-install.sh - [`b7fbc48`](https://github.com/community-scripts/ProxmoxVE/commit/b7fbc48e05f866e6f368ec0b3b67a3f402f3d4bb) Update memos.sh - [`ebe2132`](https://github.com/community-scripts/ProxmoxVE/commit/ebe213256daad8a7afcdc131ded4096d718066fa) Update memos.json ### 📊 Changes **3 files changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `ct/memos.sh` (+2 -1) 📝 `install/memos-install.sh` (+2 -1) 📝 `json/memos.json` (+2 -2) </details> ### 📄 Description ## ✍️ Description Optimize Memos Ressource to 3GB RAM and NODE_OPTIONS="--max-old-space-size=2048" ## 🔗 Related PR / Discussion / Issue Link: #3039 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🆕 **New script** – A fully functional and tested script or script set. - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:08:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4065