Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Existe la posibilidad de reflejar en los registros, en intervalos especificados, la información sobre el consumo de memoria por parte del cliente (mediante el proceso AxxonNext.exe). Si desea aplicarlo, siga estos pasos:

  1. Descarga del cliente (ver Cierre del cliente del paquete de software Axxon Next).
  2. Abra el archivo de configuración AxxonNext.exe.config en el editor de texto, que ubicado en la carpeta <Directorio de instalación del VMS Axxon One>\bin.  
  3. Localice el parámetro MemoryUsageDumpIntervalSeconds y especifique el valor en segundos. Este valor define el intervalo de tiempo que transcurre entre cada volcado de información en el registro

You can log Client RAM usage at specified intervals (AxxonOne.exe process). To do this:

  1. Quit Client (see Shutting down an Axxon One Client).
  2. Open the AxxonOne.exe configuration file, located in the <System disk>:\Program Files\AxxonSoft\AxxonOne\bin, in a text editor.  
  3. Find the MemoryUsageDumpIntervalSeconds option and set a value for it, corresponding to the period of adding the information to the log in seconds

    Info
    titleNoteNota

    Value 0 − no information is logged.

  4. Save the changes to the file.
  5. Run client (see Starting an Axxon One Client).
  6. Valor 0 - No se registra información.


  7. Guarde los cambios en el fichero.
  8. Inicie el cliente (ver Inicio del cliente en el paquete de software Axxon One).

Ejemplo de visualización en el registro de información sobre el consumo de memoria por el ClienteHere is an example of the Client RAM usage information in the log:

Code Block
*** Memory usage: *** 
    Private size  425 MB
    Working set   404 MB

Private size − the amount of reserved memory - cantidad de memoria reservada.

Working set

...

 - cantidad de memoria consumida.