-
Notifications
You must be signed in to change notification settings - Fork 188
KVCacheServer: CacheServer.cpp:816: virtual void CacheServer::initialize(): Assertion `false' failed. #78
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
Comments
部署在容器里面? dcache用到了共享内存, 启动时要指定–ipc=host |
这个值是通过ftok计算出来的, 按说不应改变 |
我测试了一下重启 docker 服务,就无法运行了,而且所有的服务的 shmSize 值都是 52428800 ,应该是只读取第一个创建的服务的shmSize的值,没有读取到服务本身设置的值。 下面是3个不同服务的错误日志:
|
部署在docker里面就会带来这个问题是吧? 之前应该是没人部署在docker里面 |
有有可能,改天试试真机部署,目前调试不影响使用,就先用着了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
用容器创建的测试环境,刚刚创建的服务,过一会服务状态就会显示Off

删除SemKey.dat文件才可以启动。重启容器后又会出现同样的错误提示。
The text was updated successfully, but these errors were encountered: