启动be报错 #33631
yimingtech
started this conversation in
RFC
启动be报错
#33631
Replies: 1 comment
-
|
you need to turnoff swap before creating the docker container instance. if you don't want to delete the docker container for some reason, you can modify start_be.sh and remove exit 1 after the swap check. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在docker 环境中,运行./bin/start_be.sh --daemon 会报Please disable swap memory before installation, eg: 'swapoff -a'. 执行 swapoff -a的时候会提示 swapoff: Not superuser. 这个咋搞?
Beta Was this translation helpful? Give feedback.
All reactions