LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Problem Running Inferior Scheme (https://www.linuxquestions.org/questions/programming-9/problem-running-inferior-scheme-651149/)

Chronothread 06-23-2008 06:04 PM

Problem Running Inferior Scheme
 
Hello,

I'm currently using Ubuntu 8.04 and would like to get MIT/GNU Scheme working on emacs 22 (X11). I have everything installed but when I try to run inferior scheme I get the following message:
Code:

Largest address does not fit in datum field of object.
Allocate less space or re-configure without HEAP_IN_LOW_MEMORY.

Process scheme exited abnormally with code 1

Any suggestions on how to fix this?

Chronothread 07-07-2008 11:46 PM

Figured it out. If any others have the same problem a temporary way to fix it is
Code:

sudo sysctl -w vm.mmap_min_addr=0
or if you want it permanent go to the /etc/sysctl.conf file and change the line there.

Enjoy!


All times are GMT -5. The time now is 01:16 AM.