--
You received this message because you are subscribed to the Google Groups "Alternative PHP Monitor - Dev" group.
To post to this group, send email to apm...@googlegroups.com.
To unsubscribe from this group, send email to apm-dev+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/apm-dev?hl=en.
2010/10/28 Mathieu ZIK <ziko...@gmail.com>:
This is a valid remark, I have been able to exhaust the disk space of
a server because of the size of stacktrace in the DB.
However, how would the stacktrace be significant if you would only
have the top n levels? In most framework-enabled project you will have
every time the same first results because of routers/front
controllers,...
Only displaying the last n levels would still require to start from
the topmost frame and would therefor require the same amount of
memory.
I would suggest to avoid collecting the stacktrace on such kind of
project as it would not be very helpful to debug problems, right?
Regards,
--
Patrick Allaert
---
http://code.google.com/p/peclapm/ - Alternative PHP Monitor