You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run following commands on my ubuntu16.04 LTS (Oracle VM Virtualbox):
tools/make_deps.sh
build/gyp/gyp --depth=. scal.gyp
V=1 BUILDTYPE=Debug make
V=1 BUILDTYPE=Release make
V=1 BUILDTYPE=Release make prodcon-kstack
cd out/Release
sudo ./prodcon-kstack -producers=2 -consumers=2 -operations=100 -c=250 -warn_on_overflow=true
And I get following error:
posix_memalign: Cannot allocate memory
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Hello,
I run following commands on my ubuntu16.04 LTS (Oracle VM Virtualbox):
tools/make_deps.sh
build/gyp/gyp --depth=. scal.gyp
V=1 BUILDTYPE=Debug make
V=1 BUILDTYPE=Release make
V=1 BUILDTYPE=Release make prodcon-kstack
cd out/Release
sudo ./prodcon-kstack -producers=2 -consumers=2 -operations=100 -c=250 -warn_on_overflow=true
And I get following error:
posix_memalign: Cannot allocate memory
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: