* Error message was not updated when the variable was renamed
* s/size/bytes/, s/parms/backend-parms/
lose("An mprotect call failed with ENOMEM. This probably means that the maximum amount\n"
"of separate memory mappings was exceeded. To fix the problem, either increase\n"
"the maximum with e.g. 'echo 262144 > /proc/sys/vm/max_map_count' or recompile\n"
- "SBCL with a larger value for GENCGC-PAGE-SIZE in 'src/target/parms.lisp'.");
+ "SBCL with a larger value for GENCGC-PAGE-BYTES in\n"
+ "'src/compiler/target/backend-parms.lisp'.");
} else {
perror("mprotect");
}
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.26.10"
+"1.0.26.11"