From 757d26edba7d7de8c564a87a262a0b1321ddf804 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 14 Jun 2023 14:58:25 +0200 Subject: all: support swap feature on Linux If the feature is supported on the device, allocate a 128MB swap file after VM boot and activate it. --- executor/executor_linux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/executor_linux.h') diff --git a/executor/executor_linux.h b/executor/executor_linux.h index 630ceb81f..8e3c35044 100644 --- a/executor/executor_linux.h +++ b/executor/executor_linux.h @@ -250,4 +250,5 @@ static feature_t features[] = { {"kcsan", setup_kcsan}, {"usb", setup_usb}, {"802154", setup_802154}, + {"swap", setup_swap}, }; -- cgit mrf-deployment