Ticket #890 (new defect)
Opened 20 months ago
%reservedbytes and room give incorrect results when ccl heap size is restricted
| Reported by: | JohnCarroll | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | other | Version: | 1.7 |
| Keywords: | %reservedbytes room | Cc: |
Description
Test case, restricting ccl to a heap size of 3G using the -R option:
$ ccl64 -R 3000000000
Welcome to Clozure Common Lisp Version 1.7-r14925M (DarwinX8664)!
? (ccl::%reservedbytes)
-4268883968
This incorrect result is also apparent in the output of the room function:
? (room)
...
-4071.125 MB reserved for heap expansion.
Note: See
TracTickets for help on using
tickets.
