huronOS-build-tools
huronOS-build-tools copied to clipboard
Use swap when a disk partition is available
Problem
huronOS uses the RAM as the disk for the operating system. This space is shared between the OS processes, the cached files, and the filesystem, which tends to overload the RAM.
Proposed workaround
Even if this is not a full solution to the problem, a workaround would be to scan the available disks on the hardware and if a partition with swap format is present it could be used by the system as this does not represents any modification to the OS installed on the guest machine.