Re: [Virtuoso-users] seeing what parameters are in effect

2014-05-01 Thread Hugh Williams
Hi Bart, The default values for the INI file params can be seen from the following source file: https://github.com/openlink/virtuoso-opensource/blob/develop/7/binsrc/virtuoso/viconfig.c So for UseAIO it is 0 or AsyncQueueMaxThreads it is 10 etc : if (cfg_getlong (pconfig, section, "Us

[Virtuoso-users] seeing what parameters are in effect

2014-04-29 Thread Bart Vandewoestyne
Hello list, For some parameters in the virtuoso.ini file, the documentation on http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#VIRTINI does not mention their default value (for example UseAIO). Is there a way to see what parameter values are in effect for a running virtuoso instance?