[PR #2127] [MERGED] Fix: PeaNUT Increase HDD & RAM Size #3437

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2127
Author: @MickLesk
Created: 2/7/2025
Status: Merged
Merged: 2/7/2025
Merged by: @MickLesk

Base: mainHead: peanut


📝 Commits (1)

  • b7a12b8 Fix: Increase Size for PeaNUT

📊 Changes

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

View changed files

📝 ct/peanut.sh (+2 -2)
📝 json/peanut.json (+2 -2)

📄 Description

✍️ Description

PeaNUT Installation runs in heap space
=> ELIFECYCLE Command failed with exit code 137
Exit code 137 means that the process was terminated by SIGKILL (kill -9).
This usually happens when the server does not have enough RAM or swap memory and the kernel kills the process (Out of Memory - OOM).

PeaNUT Update runs in disk end



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/2127 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 2/7/2025 **Status:** ✅ Merged **Merged:** 2/7/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `peanut` --- ### 📝 Commits (1) - [`b7a12b8`](https://github.com/community-scripts/ProxmoxVE/commit/b7a12b8427a6fff2a6a3716649071e6dcf43337c) Fix: Increase Size for PeaNUT ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `ct/peanut.sh` (+2 -2) 📝 `json/peanut.json` (+2 -2) </details> ### 📄 Description ## ✍️ Description PeaNUT Installation runs in heap space => ELIFECYCLE Command failed with exit code 137 Exit code 137 means that the process was terminated by SIGKILL (kill -9). This usually happens when the server does not have enough RAM or swap memory and the kernel kills the process (Out of Memory - OOM). PeaNUT Update runs in disk end - - - - Related Issue: #2126 #2078 - - - ## ✅ 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>
saavagebueno added the pull-request label 2025-11-20 06:04:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3437