This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note the resource hungriness of mktables.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 21 Oct 2015 00:28:25 +0000 (20:28 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 21 Oct 2015 00:29:15 +0000 (20:29 -0400)
lib/unicore/mktables

index ffdb849..5711791 100644 (file)
@@ -8,6 +8,11 @@
 # compatible, but that has now been abandoned, and newer constructs are used
 # as convenient.
 
+# NOTE: this script can run quite slowly in older/slower systems.
+# It can also consume a lot of memory (128 MB or more), you may need
+# to raise your process resource limits (e.g. in bash, "ulimit -a"
+# to inspect, and "ulimit -d ..." or "ulimit -m ..." to set)
+
 my $start_time;
 BEGIN { # Get the time the script started running; do it at compilation to
         # get it as close as possible