Opened 13 years ago
Closed 13 years ago
#5113 closed defect (fixed)
increase doctool's allotted memory
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Doc parser | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
jsdoc.module allots 192M of memory. Parsing locally was dying silently, eventually exposing a FATAL_MEMORY exceeded message. increased locally to 256M seemed to work (after removing an experimental module it was parsing, and consistantly dying on). if cron does not complete, the taxonomy the shudtdown function in the module that would run doesn't, and the ?q=jsdoc links do not work (though all the nodes have been created)
Note: See
TracTickets for help on using
tickets.
(In [11504]) fixes #5113 and fixes #5114 - increase doctool memory allotment, and weight the data blocks differently.