Go to documentation repository
Page History
...
Stop the Server (see Starting and stopping the Axxon One Server in Linux OS).
Note title Attention! If the system has the software running on GPU, it is necessary to stop its operation.
Login as ngp superuser:
In the command prompt, run the command:
Code Block language bash sudo su ngp
Enter the password for the root superuser.
Create a folder with a custom name to store the cache. For example:
Code Block language bash mkdir /opt/AxxonSoft/AxxonOne/gpucache
Change folder permissions:
Code Block language bash chmod -R 777 /opt/AxxonSoft/AxxonOne/gpucache
Create the GPU_CACHE_DIR system variable:
Go to the /opt/AxxonSoft/AxxonOne/ folder:
Code Block language bash cd /opt/AxxonSoft/AxxonOne
Open the instance.conf file for editing:
Code Block language bash nano instance.conf
Add the following line to the file:
Code Block language bash export GPU_CACHE_DIR="/opt/AxxonSoft/AxxonOne/gpucache"
Note title Attention! If you change the server configuration (see Changing the configuration of the Axxon One Server in Linux OS) or update to a new version of Axxon One, the system variables previously added to the instance.conf file will be deleted (see Creating system variables in Linux OS).
Save the file using the Ctrl+O keyboard shortcut.
Exit file editing mode using the Ctrl+X keyboard shortcut.
Run the following command in the terminal:
Code Block language bash export GPU_CACHE_DIR="/opt/AxxonSoft/AxxonOne/gpucache"
Go to the /opt/AxxonSoft/DetectorPack/ folder:
Code Block language bash cd /opt/AxxonSoft/DetectorPack
Run the following command:
Code Block language bash ./NeuroPackGpuCacheGenerator
Note title Attention! If more than one Nvidia GPU is available, you will be able to select one. To do this, specify a number from 0 to 3 which corresponds to the required device in the list.
...