I have built maxima 5.21.0 from source ,in ubuntu 9.10, with scl.
When I run maxima I get this message:
"Warning: the kernel parameter max_map_count=65530 is less than the 191488+
pages usable by Scieneer Common Lisp. It is recommended that
max_map_count be
increased to at least 191488. This can be done with either:
sysctl -w vm.max_map_count=191488
echo 191488 > /proc/sys/vm/max_map_count
Maxima 5.21.0 http://maxima.sourceforge.net
using Lisp Scieneer Common Lisp 1.3.9
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
filename_merge: unexpected argument: "/home/daniel/.maxima/###.amd64f"
-- an error. To debug this try: debugmode(true);
Error in batch processing:
[condition KERNEL:SIMPLE-CONTROL-ERROR]
Attempt to throw to a tag that does not exist: MACSYMA-QUIT
"
Could anyone tell me how to avoid this?
Thank you.