en:service:brass:opt_bras:reference_bras:params_fastpcrf:general_set_fastpcrf [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:service:brass:opt_bras:reference_bras:params_fastpcrf:general_set_fastpcrf [2018/09/28 00:57] kvazikraven:service:brass:opt_bras:reference_bras:params_fastpcrf:general_set_fastpcrf [2022/04/04 13:56] (current) – removed edrudichgmailcom
Line 1: Line 1:
-====== 2 General FastPCRF parameters ====== 
-{{indexmenu_n>2}} 
  
-^  Parameter      Format  ^  Default value    Description  ^ 
-|  daemon  | bool parameter |  0  |Startup Mode: if daemon=1 then FastPCRF will be launched as a daemon. This parameter can be overridden by the ''–d'' [[en:service:brass:opt_bras:reference_bras:params_fastpcrf:key_command_str|command-line option]].| 
-|  verbose  | bool parameter  |  0  |Specifies detailed log level: if verbose=1, then program will log its actions verbosely,i.e. incoming requests and outgoing data; log level is specified by the ''trace'' parameter (see further). The default value is 0. ''trace'' – tracing bitmask; specifies the components to be verbosely logged.|  
-|  trace  | bool parameter |  0  | Tracing bitmask;specifies the components to be verbosely logged. Flag values see in  [[en:service:brass:opt_bras:reference_bras:log_fastpcrf:start|logging]].| 
-|  rlimit_fsize  |  bytes  |  1073741824  |Maximum log file size.| 
-|  print_stat_period  |  seconds  |  300  |Output period of internal statistics wtitten to the fastpcrf_stat.log file| 
-|  work_thread_count  |  number  |  5  |The number of working threads. It can not be configured by the user, since the number of working threads can not be more than the number of internal FastPCRF components for the moment.| 
-|  async_queue_size  |  bytes  |  524288  |The size of internal asynchronous message queue. Can not be configured by the user. If its size is too small, you may lose internal calls between components, amounting to a functionality loss and/or memory leakage.|