Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATAL ERROR alloc2 cross large page boundary #15

Open
webbasica opened this issue Mar 19, 2021 · 2 comments
Open

FATAL ERROR alloc2 cross large page boundary #15

webbasica opened this issue Mar 19, 2021 · 2 comments

Comments

@webbasica
Copy link

After checking the log file, I noticed this error every few hours:

2021-03-19 03:02:12.701 [ERROR] [__root] [SHM] [-1-11:0x1cebab0] FATAL ERROR alloc2 cross large page boundary, offset: 30FFC00, size: 1072. You must remove all of the files in /dev/shm/lsmcd and restart the lsmcd server

The offset and size differ every time. What's causing it?

@rperper
Copy link
Collaborator

rperper commented Mar 19, 2021

This issue has been fixed. Please upgrade to v1.4.17. The best way to do that is:

cd (to the directory where you originally built lsmcd)
git pull
make
sudo /usr/local/lsmcd/bin/lscmdctrl stop
sudo rm -rf /dev/shm/lsmcd
sudo make install
sudo /usr/local/lsmcd/bin/lsmcdctrl start

Let me know if you have any issues after doing this.
Thanks,

Bob Perper
rperper@litespeedtech.com

@fohana
Copy link

fohana commented Nov 23, 2021

Hello,

originally,i follow the link https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:lsmcd:installation with the commands to run

yum groupinstall "Development Tools"
yum install autoconf automake zlib-devel openssl-devel expat-devel pcre-devel libmemcached-devel cyrus-sasl*
wget https://github.com/litespeedtech/lsmcd/archive/master.zip
unzip master.zip
cd lsmcd-master
./fixtimestamp.sh
./configure CFLAGS=" -O3" CXXFLAGS=" -O3"
make
sudo make install
make install
less /usr/local/lsmcd/conf/node.conf
/usr/local/lsmcd/bin/lsmcdctrl status
systemctl status lsmcd
systemctl start lsmcd
systemctl status lsmcd
systemctl enable lsmcd

about "cd (to the directory where you originally built lsmcd)"
may i ask if it means /root/lsmcd-master or /dev/shm/lsmcd ?

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants