Skip to content

Commit

Permalink
docs: proxmox memory error (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Apr 15, 2024
1 parent eb50f0e commit f9b7832
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,10 @@ nano /opt/mafl/data/config.yml
```

Many thanks to [@tteck](https://github.com/tteck) for helping me create lxc script.

::: warning Updating errors
If you encountered an error while updating `FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory`,
then you need to allocate more RAM memory in LXC.

Unlike docker, the container in proxmox is build on your server. Therefore, you may experience problems with memory scarcity.
:::
8 changes: 7 additions & 1 deletion docs/ru/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,10 @@ nano /opt/mafl/data/config.yml
```

Большое спасибо [@tteck](https://github.com/tteck) за помощь в создании скрипта lxc.
```

::: warning Ошибки при обновлении
Если вы столкнулись с ошибкой при обновлении `FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory`,
то необходимо выделить больше RAM памяти в LXC.

В отличие от docker, контейнер в proxmox билдится на вашем сервере. Поэтому могут возникать проблемы с нехваткой памяти.
:::

0 comments on commit f9b7832

Please sign in to comment.