We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d66f8d commit 64a05b0Copy full SHA for 64a05b0
entrypoint.sh
@@ -9,14 +9,6 @@ DOMAIN="${DOMAIN_STRING}.nip.io"
9
10
echo "Gitpod Domain: $DOMAIN"
11
12
-# M1 and cgroupsv2 stuff
13
-if ! grep -iq 'cpu.*hz' /proc/cpuinfo; then
14
- cpuinfo_file=/etc/cpuinfo_with_fake_speed
15
- cp /proc/cpuinfo $cpuinfo_file
16
- echo "CPU MHz: 2345.678" >> $cpuinfo_file
17
- mount --bind $cpuinfo_file /proc/cpuinfo
18
-fi
19
-
20
if [ -f /sys/fs/cgroup/cgroup.controllers ]; then
21
echo "[$(date -Iseconds)] [CgroupV2 Fix] Evacuating Root Cgroup ..."
22
# move the processes from the root group to the /init group,
0 commit comments