mquinson / po4a

Maintain the translations of your documentation with ease (PO for anything)
http://po4a.org/
GNU General Public License v2.0
127 stars 62 forks source link

excessive memory usage for building darktable documentation #317

Closed darix closed 3 years ago

darix commented 3 years ago

running openSUSE Tumbleweed po4a 0.63 this uses 5-6GB of memory and feels a bit excessive. Is this really the expected amount?

git clone --recursive https://github.com/darktable-org/dtdocs.git dtdocs
cd dtdocs/
pushd themes/hugo-darktable-docs-theme/assets
yarn install
popd
cd tools
./generate-translations.sh --no-update
jnavila commented 3 years ago

Hello,

This can be related to #302.

What is your version of perl?

If possible, could you try running with the master branch which includes a69b48e ?

JN

darix commented 3 years ago

5.32.1

i will build a po4a package with that patch in a moment

darix commented 3 years ago

thank you this helped.

fix for opensuse tumbleweed is on the way into the distribution https://build.opensuse.org/request/show/918048