I'm facing this issue swapon: command not found
#33638
ezzaldeeen
started this conversation in
RFC
Replies: 1 comment 2 replies
-
|
Maybe you can run Doris on Docker and modify start_be.sh and remove exit 1 after the swap check. if [[ "$(swapon -s | wc -l)" -gt 1 ]]; then
echo "Please disable swap memory before installation."
exit 1 // remove it. it will impact performance. but normal verification still can be done.
fi |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using MacOS m1
I have installed the compiled version (2.0.8 stable) arm64. and i got this issue when trying to execute:
swapon command isn't supported by MacOS
the
start_fe.shworks fine.Beta Was this translation helpful? Give feedback.
All reactions