[PR #1964] [MERGED] Fix: Grist ran into a heap space during the update #3317

Closed
opened 2026-02-05 05:39:22 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: MickLesk-patch-1


📝 Commits (4)

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 ct/grist.sh (+3 -3)
📝 json/grist.json (+3 -3)

📄 Description

✍️ Description

  • Runs into java / nodejs heap space at update
  • Increase RAM and CPU
  • Extend HDD Space because after update is 98% used


Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)

🔄 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/1964 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 2/3/2025 **Status:** ✅ Merged **Merged:** 2/3/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `MickLesk-patch-1` --- ### 📝 Commits (4) - [`31fca81`](https://github.com/community-scripts/ProxmoxVE/commit/31fca8176efe33c5d0c0847a5cf4f5a6a7f40750) Fix Grist Update - Heap Space - [`050c5dd`](https://github.com/community-scripts/ProxmoxVE/commit/050c5dd01f07e8d485ed8328ec98d17c71f74846) increase json values after grist fix - [`dcc34e8`](https://github.com/community-scripts/ProxmoxVE/commit/dcc34e88bda89f60263d597e261cd280adfb8caa) Update grist.sh - [`a467d19`](https://github.com/community-scripts/ProxmoxVE/commit/a467d194ac964524b71fc514d773d547d92cb279) Update grist.json ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ct/grist.sh` (+3 -3) 📝 `json/grist.json` (+3 -3) </details> ### 📄 Description ## ✍️ Description - Runs into java / nodejs heap space at update - Increase RAM and CPU - Extend HDD Space because after update is 98% used - - - - Related Issue: #1945 - - - ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [x] Bug fix (non-breaking change that resolves an issue) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:39:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3317