home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0368.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  845 b   |  19 lines

  1. In the directory   franz/h   search for NAMESIZE in the file  global.h
  2. and change it; then rebuild the system.  (Use a `make clean' first,
  3. because not all the dependencies are in the makefile, I think.  You 
  4. can rebuild with `make fast' [ha!]).
  5.  
  6. I changed the NAMESIZE in our system from 3072 to 16384 without difficulty.
  7.  
  8. However, I have a problem, franz-friends--I tried to increase the list
  9. storage (TTSIZE) from the default 6000 or so 512 byte pages to 32000.
  10. When the storage goes above the 10216 pages or so, I get bizzare behavior,
  11. usually culminating in an illegal instruction.  Is 10216 somehow a hard
  12. limit on the list storage size?  Has anyone built a system bigger than
  13. 10216 and had it work for large jobs?  (This is not a problem with our
  14. system datasize limit; it happens before the datasize is exceeded.)
  15.  
  16. Thanks.
  17.                 Jim Boyle
  18.  
  19.