summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-29 14:01:33 -0400
committerDante Catalfamo2020-07-29 14:01:33 -0400
commitd761e8927cd82cfaab029aa99b31e3cf574afedc (patch)
tree5c1c129a0fab6e0ed6579f7e04652facc20ffce8
parentd260c27f62d000a1454215bb09f00bddd1aa279c (diff)
downloadblog-d761e8927cd82cfaab029aa99b31e3cf574afedc.tar.gz
blog-d761e8927cd82cfaab029aa99b31e3cf574afedc.tar.bz2
blog-d761e8927cd82cfaab029aa99b31e3cf574afedc.zip
Add more edit and an <hr>
-rw-r--r--content/posts/openbsd-compiling-rakudo-star/index.org22
1 files changed, 21 insertions, 1 deletions
diff --git a/content/posts/openbsd-compiling-rakudo-star/index.org b/content/posts/openbsd-compiling-rakudo-star/index.org
index a86cb00..1d1942a 100644
--- a/content/posts/openbsd-compiling-rakudo-star/index.org
+++ b/content/posts/openbsd-compiling-rakudo-star/index.org
@@ -1,4 +1,4 @@
-#+TITLE: Compiling Rakudo Star 2020.02.1 on OpenBSD 6.7
+#+TITLE: Compiling Rakudo Star on OpenBSD 6.7
#+DATE: 2020-07-25T02:54:34-04:00
#+DRAFT: false
#+DESCRIPTION: My process for compiling Rakudo Star on OpenBSD
@@ -17,6 +17,26 @@ of this post dedicated to working around the failing downloads can now
be ignored, and rstar now includes a warning if the user doesn't have
a login class set.
+*EDIT*: The updated version of Rakudo Star targets Rakudo 2020.07
+instead of 2020.02, which has uses even more memory than the staff
+login class is allowed. You may need to edit =/etc/login.conf= and
+change this line.
+#+BEGIN_SRC diff
+--- login.conf Wed Jul 29 17:54:15 2020
++++ login.conf.new Wed Jul 29 17:54:38 2020
+@@ -71,7 +71,7 @@
+ # Staff have fewer restrictions and can login even when nologins are set.
+ #
+ staff:\
+- :datasize-cur=1536M:\
++ :datasize-cur=2536M:\
+ :datasize-max=infinity:\
+ :maxproc-max=512:\
+ :maxproc-cur=256:\
+#+END_SRC
+
+@@html: <hr> @@
+
I really enjoy using [[https://raku.org/][raku]] to write small scripts for system
maintenance and text parsing. Its regex and grammar engine are next
level! The problem with using it on OpenBSD is that the packaged