Re: libc++abi: std::bad_alloc: std::bad_alloc (nodejs)

2023-11-15 Thread 0x1eef
> There's a good chance you bumped into memory limits, if you're logged > in as a user in the "staff" class (as done automatically for the > initial user created by the installer) you can just use ulimit -d to > raise from the initial limit temporarily, otherwise you'd need to edit > /etc/login.con

Re: libc++abi: std::bad_alloc: std::bad_alloc (nodejs)

2023-11-14 Thread Stuart Henderson
On 2023-11-13, 0x1eef <0x1...@protonmail.com> wrote: > Hello > > I have a project that's built with nodejs / webpack. > I have a few other projects that use the same stack, > and are far more complicated. There's no problems > building them on OpenBSD. > > With this particular project, I run into