Hello Heitor, Thanks for reporting this issue.
To solve this problem please increase memory limit for PHP in php.ini file, for example to value: memory_limit = 256M If loading takes more time than 30 seconds please increase ajax request timeout as in patch below: +++ b/gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/activecontrols/ajax3.js @@ -137,7 +137,7 @@ Prado.CallbackRequest = jQuery.klass(Prado.PostBack, initialize: function(id, options) { this.options = { - RequestTimeOut : 30000, // 30 second timeout. + RequestTimeOut : 60000, // 30 second timeout. EnablePageStateUpdate : true, CausesValidation : true, ValidationGroup : null, This part is quite slow. Possibly it will be disabled in the future when all available resources there will be available to configure in other parts of Baculum. Best regards, Marcin Haba (gani) On Sat, 18 Jan 2020 at 01:05, Heitor Faria <hei...@bacula.com.br> wrote: > Dear Users, > > A customer with more than 4K lines on bacula-dir.conf cannot list the > Director configuration on Baculum. > Apache error.log: > > [Fri Jan 17 20:51:47.459316 2020] [core:notice] [pid 5617] AH00052: child > pid 5640 exit signal Segmentation fault (11) > > Other daemons Baculum configuration edition works. > bdirjson works. > I'm not sure how to further debug this. > > Regards, > -- > > MSc Heitor Faria > CEO Bacula LATAM > mobile1: + 1 909 655-8971 > mobile2: + 55 61 98268-4220 > [image: linkedin icon] > <https://www.linkedin.com/in/msc-heitor-faria-5ba51b3> > [image: logo] <Http://www.bacula.com.br> > América Latina > bacula.lat | bacula.com.br <http://www.bacula.com.br> > > _______________________________________________ > Bacula-devel mailing list > Bacula-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-devel > -- "Greater love hath no man than this, that a man lay down his life for his friends." Jesus Christ "Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie za przyjaciół swoich." Jezus Chrystus
_______________________________________________ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-devel