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 build a empty project on Ubuntu18.04 and startup app using cmd ./target/release/app, and all is just fine.
But when I exec sudo su , and then exec ./target/release/app again it takes a long time to startup(about 10s).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I build a empty project on Ubuntu18.04 and startup app using cmd
./target/release/app
, and all is just fine.But when I exec
sudo su
, and then exec./target/release/app
again it takes a long time to startup(about 10s).My tests:
./target/release/app
sudo ./target/release/app
./target/release/app
sudo ./target/release/app
I also tested on Ubuntu20.04 and all is fine.
Beta Was this translation helpful? Give feedback.
All reactions