Skip to content

Commit

Permalink
Update notice about swap space URL. (#625)
Browse files Browse the repository at this point in the history
Hotfix of outdated URL hardcoded into binary.
  • Loading branch information
pkova authored Jul 15, 2024
2 parents cd77a05 + 55cc458 commit 1fd6a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/noun/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ u3m_init(size_t len_i)
-1, 0);

u3l_log("boot: mapping %zuMB failed", len_i >> 20);
u3l_log("see urbit.org/using/install/#about-swap-space"
u3l_log("see https://docs.urbit.org/manual/getting-started/self-hosted/cloud-hosting"
" for adding swap space");
if ( -1 != (c3_ps)map_v ) {
u3l_log("if porting to a new platform, try U3_OS_LoomBase %p",
Expand Down

0 comments on commit 1fd6a16

Please sign in to comment.