# Ошибка обновления Discourse с Terser

**URL:** https://meta.discourse.org/t/discourse-update-error-with-terser/355057
**Category:** Support
**Created:** [28.Февраль.2025 17:18:49 UTC](https://meta.discourse.org/t/discourse-update-error-with-terser/355057 "2025-02-28T17:18:49Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Ed\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_s/32/134015_2.png) [@Ed\_S](https://meta.discourse.org/u/Ed_S)
#### Post date: [28.Февраль.2025 18:47:37 UTC](https://meta.discourse.org/t/discourse-update-error-with-terser/355057/2 "2025-02-28T18:47:37Z")

</div>

> [@Brian](#):
>
> ```plaintext
> Ошибка: assets/chunk.cbb4d6362a2090db10ec.d41d8cd9.js из плагина Terser не удалось обработать:
> не удалось вывести в stdout:
> Ресурс временно недоступен (ошибка ОС 11)
> 
> ```

Может быть нехватка виртуальной памяти: попробуйте добавить оперативную память или добавить подкачку. (Ошибка при вилке с EAGAIN [может быть](https://stackoverflow.com/questions/8384000/java-io-ioexception-error-11) нехваткой памяти)

Посмотрите на

```plaintext
free -h
vmstat 5 5

```

Есть два параметра ядра, которые могут повысить эффективность использования памяти

```plaintext
cat /proc/sys/vm/overcommit_memory
cat /sys/kernel/mm/transparent_hugepage/enabled

```

(См. [Мнение MKJ о конфигурации развёртывания Discourse](https://meta.discourse.org/t/mkjs-opinionated-discourse-deployment-configuration/193355))

---

_[View the full topic](https://meta.discourse.org/t/discourse-update-error-with-terser/355057)._
