Building RAM requirements #1709
Replies: 1 comment 2 replies
-
|
Manticore builds fine for all OS using the standard github-hosted runner Ubuntu 22.04 with 7G of RAM -
so perhaps it's specific to your use case or perhaps the github runner has more RAM than announced. Anyway, we never had a task to optimize RAM consumption during compiling Manticore and haven't calculated the requirements. BTW are you using the special docker image which is used in the CI? (https://manual.manticoresearch.com/dev/Installation/Compiling_from_sources#Building-using-CI-Docker) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Building manticoresearch 6.0.4 in Debian 12 (gcc 12.2.0 from standard debian packages) with 4GB of RAM works fine using
Bulding manticoresearch 6.2.12 in the same OS requires 10GB of RAM (OOM is thrown during compilation even with 8GB of RAM).
After changing build mode from
RelWithDebInfotoRelease, it is possible to compile manticoresearch 6.2.12 in the same OS with 6GB of RAM.Is 10 GB of RAM requirement for building 6.2.12 in
RelWithDebInfomode possible or a bug?Beta Was this translation helpful? Give feedback.
All reactions