Skip to content

Commit efdbd2c

Browse files
committed
One small fix in Doc/Prepare-macOS-Big-Sur-HOWTO.md + one small update
in Doc/Set-up-central-node-on-Jetstream2-HOWTO.md
1 parent 3003061 commit efdbd2c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Doc/Prepare-macOS-Big-Sur-HOWTO.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ as of Oct 2023):
997997
998998
bbs_home <- Sys.getenv("BBS_HOME")
999999
file_path <- file.path(bbs_home, "mac-files/difficult_cran.txt")
1000-
pkgs <- readLines(file_path)
1000+
difficult_pkgs <- readLines(file_path)
10011001
10021002
First try to install with:
10031003

Doc/Set-up-central-node-on-Jetstream2-HOWTO.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Create the instance:
3636
- Flavor: `m3.medium` (8 CPUs, RAM 30GB, Root Disk 60GB). Note that this is
3737
probably a little bit oversized for the job (the light central node is not
3838
actually building or checking packages). Next time maybe try the `m3.quad`
39-
flavor (4 CPUs, RAM 15GB, Root Disk 20GB).
39+
flavor (4 CPUs, RAM 15GB, Root Disk 20GB). However note that by default
40+
the size of the Root Disk is only 20GB on the `m3.quad` flavor, which might
41+
not be enough, so increase it to 40GB if possible.
4042

4143
- Choose an SSH public key: choose yours or upload it if you've not done it
4244
yet.

0 commit comments

Comments
 (0)