Re: [oi-dev] Out of memory when trying to compile icinga2 with gcc6 - problem persists

2019-01-18 Thread Marianne Spiller
the Link to your Git Fork/Branch I could try to compile and see if It works on my machine. Our Buildserver also has enough RAM as Rust was similarly stupid with allocation. Greetings Till On 14.01.19 10:37, Marianne Spiller wrote: Hi all, nearly 1 year ago I asked the same and was not able

[oi-dev] Out of memory when trying to compile icinga2 with gcc6 - problem persists

2019-01-14 Thread Marianne Spiller
*** [CMakeFiles/Makefile2:1646: lib/icinga/CMakeFiles/icinga.dir/all] Error 2 make[2]: Leaving directory '/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[1]: *** [Makefile:163: all] Error 2 make[1]: Leaving directory '/scratch/oi-userland/components/sysutils/icinga2/build/amd6

Re: [oi-dev] Out of memory when trying to compile icinga2 with gcc6

2018-03-29 Thread Marianne Spiller
On Wed, Mar 28, 2018 at 12:06:58PM +, Toomas Soome wrote: > yes, now try to monitor it while building… as you do not have problem now but > at build time:) Aye. Free available RAM decreases from ~16GB to ~14GB. Swap remains untouched. On the main file server I can't build it at all anymore:

Re: [oi-dev] Out of memory when trying to compile icinga2 with gcc6

2018-03-28 Thread Marianne Spiller
> /tmp is mounted with tempfs which is using virtual memory, that is, ram + > swap. see swap -lh Okay... swap -lh swapfile devswaplo blocks free /dev/zvol/dsk/rpool/swap 270,24K12.0G12.0G :-| -- "There's nothing wrong with having a tree as a friend." -

Re: [oi-dev] Out of memory when trying to compile icinga2 with gcc6

2018-03-28 Thread Marianne Spiller
On Wed, Mar 28, 2018 at 11:19:52AM +, Aurélien Larcher wrote: > How many build jobs (-j) did you specifiy with COMPONENT_BUILD_ARGS? First try: I did not set anything, so it used system defaults Second try: I tried explicitly with -j8, same error Last try: I tried explicitly with -j1, but...

Re: [oi-dev] Providing icinga2 package

2017-12-06 Thread Marianne Spiller
Hi Aurelien, > You can base your work on the component I prepared for testing the > compilation of 2.7.2: that's the way I'm trying now, after lots of RTFM ;) First test build is running now. What's the reason you never published 2.7.2? > I wrote some additional notes to build a maintainer's

[oi-dev] Providing icinga2 package

2017-11-29 Thread Marianne Spiller
Hi there, I successfully compiled icinga2-2.8.0 on OpenIndiana Hipster 2017.10, we're running it on several machines without any problems. So the community asked me to publish it as a package for the official repo - I'm willing to do so, but I'll need some assistance from more experienced users