Skip to content

Commit 64a12f4

Browse files
committed
Enable kernel PSI metrics
1 parent 8753031 commit 64a12f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_steps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@
166166
--secureboot-certificate="{{ playbook_dir }}/keys/db-cert.pem" \
167167
--sign-kernel
168168
environment:
169-
CMDLINE: 'rdinit=/sbin/init console=ttyS0'
169+
# Enable PSI explicitly which is the supported mechanism on Alpine
170+
# https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25068#note_180512
171+
CMDLINE: 'rdinit=/sbin/init console=ttyS0 psi=1'
170172
changed_when: true
171173

172174
# Update Terraform deployment code

0 commit comments

Comments
 (0)