Disable hmalloc in Edge VMs

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-04-20 23:04:54 -07:00
parent fe2b701f0c
commit 213d073e6c
No known key found for this signature in database
GPG key ID: 555C902A34EC968F

View file

@ -57,6 +57,10 @@ WantedBy=default.target' | sudo tee /etc/systemd/user/pactl.service
umask 077 umask 077
# Disable hardened_malloc (for now)
# It causes Edge to crash at launch most of the time
sudo rm /etc/ld.so.preload
# Run `systemctl --user enable --now pactl.service` in your appVM. # Run `systemctl --user enable --now pactl.service` in your appVM.
# For some uncomprehensible reason, manually enabling pipewire-pulse.service will not work for Edge audio. # For some uncomprehensible reason, manually enabling pipewire-pulse.service will not work for Edge audio.
# Using preset doesn't actually work :/ # Using preset doesn't actually work :/