Ishfaq Malik
2011-Nov-23 10:39 UTC
[asterisk-users] DONT_OPTIMISE, BETTER_BACKTRACES and performance
Hi How much impact on performance do DONT_OPTIMISE and BETTER_BACKTRACES have on a busy (13000+ entries in cdr for yesterday) server? I'm trying to decide whether to have them on in case of crashes or not. -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062
Stefan Schmidt
2011-Nov-23 13:37 UTC
[asterisk-users] DONT_OPTIMISE, BETTER_BACKTRACES and performance
Am 23.11.11 11:39, schrieb Ishfaq Malik:> Hi > > How much impact on performance do DONT_OPTIMISE and BETTER_BACKTRACES > have on a busy (13000+ entries in cdr for yesterday) server? > > I'm trying to decide whether to have them on in case of crashes or not.Hi, IMHO a very big impact. for my system (>50k calls per day) i had a load of average 5 on a dual 6 core machine. without DONT_OPTIMIZE the load of this server is around 0.5 ;) if you have to find a problem then use it and hope the best but you should avoid these settings if its not necessary. best regards stefan