mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-16 12:19:43 +00:00
Memos: Increase RAM Usage and max space (#3072)
This commit is contained in:
parent
66c4d0e03f
commit
4cc1ab728c
3 changed files with 6 additions and 4 deletions
|
@ -52,7 +52,8 @@ msg_ok "Installed Golang"
|
|||
|
||||
msg_info "Installing Memos (Patience)"
|
||||
mkdir -p /opt/memos_data
|
||||
$STD sudo git clone https://github.com/usememos/memos.git /opt/memos
|
||||
export NODE_OPTIONS="--max-old-space-size=2048"
|
||||
$STD git clone https://github.com/usememos/memos.git /opt/memos
|
||||
cd /opt/memos/web
|
||||
$STD pnpm i --frozen-lockfile
|
||||
$STD pnpm build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue