Sometimes Allegro CL, particularly with large images, fail totally with a bus error or a segv. Why might this be happening?
In large images, this is occasionally a sign that your system has run out of virtual memory. This can occur on platforms that perform lazy swap allocation, which makes possible the overcommitting of virtual memory. Heap relocation or resizing will not help resolve this issue. Instead, you should: • Have your system administrator increase the available system resources. • Use the Runtime Analyzer to determine what is causing the large allocations and resultant heap growth. • Tune the Garbage Collector to better meet the needs of your application.
Related Questions
- Sometimes Allegro CL, particularly large images, run out of memory or fail totally with a bus error or a segv. Why might this be happening?
- Sometimes Allegro CL, particularly with large images, run out of memory with a storage-condition. Why might this be happening?
- Sometimes Allegro CL, particularly with large images, fail totally with a bus error or a segv. Why might this be happening?