Skip to content

Commit f9b7832

Browse files
author
hywax
committed
docs: proxmox memory error (#89)
1 parent eb50f0e commit f9b7832

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: docs/guide/getting-started.md

+7
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,10 @@ nano /opt/mafl/data/config.yml
7676
```
7777

7878
Many thanks to [@tteck](https://github.com/tteck) for helping me create lxc script.
79+
80+
::: warning Updating errors
81+
If you encountered an error while updating `FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory`,
82+
then you need to allocate more RAM memory in LXC.
83+
84+
Unlike docker, the container in proxmox is build on your server. Therefore, you may experience problems with memory scarcity.
85+
:::

Diff for: docs/ru/guide/getting-started.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,10 @@ nano /opt/mafl/data/config.yml
7575
```
7676

7777
Большое спасибо [@tteck](https://github.com/tteck) за помощь в создании скрипта lxc.
78-
```
78+
79+
::: warning Ошибки при обновлении
80+
Если вы столкнулись с ошибкой при обновлении `FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory`,
81+
то необходимо выделить больше RAM памяти в LXC.
82+
83+
В отличие от docker, контейнер в proxmox билдится на вашем сервере. Поэтому могут возникать проблемы с нехваткой памяти.
84+
:::

0 commit comments

Comments
 (0)