diff --git a/installation.rst b/installation.rst index 38eb8ae..0c96bfe 100755 --- a/installation.rst +++ b/installation.rst @@ -619,4 +619,12 @@ To use Lima via Homebrew: Then do ``limactl start template://apptainer`` and ``limactl shell apptainer``. -See the `lima apptainer template `_ for more details. +To customize cpus and memory on the VM, you can use ``--cpus 1`` and ``--memory 1``. + +See the `lima "apptainer" template `_ +and the `lima "default" template `_ +for more details. + +By default, the host home directory is mounted as read-only in the guest, +but there is also a shared writable directory mounted in ``/tmp/lima`` +that can be accessed both from the host and in the guest.