LowProfile (inventory component)
FlexNet Manager Suite ()
Command line | Registry
LowProfile
determines the CPU priority of the tracker (ndtrack
executable) on the computer device where it is executing.
-
When set to
True
, the tracker processes run with low priority. For UNIX-like systems, this sets the nice level of the process to 10. On recent Windows platforms, it uses background processing mode (PROCESS_MODE_BACKGROUND_BEGIN
). On legacy Windows platforms where this is not supported (such as Windows XP and earlier), it uses a priority of idle (IDLE_PRIORITY_CLASS
). -
When set to
False
, the same processes run with normal priority.
Values
| **Values / range** | Boolean \(`True` or `False`\). | | **Default value** | No default in registry; default behavior is `True`. | | **Example values** | ``` False ``` |
Command line
| **Tool** | Inventory component \(`ndtrack`\) | | **Example** | ``` -o LowProfile=True ``` |
Registry
| **Installed by** | Installation of the FlexNet Inventory Agent | | **Computer preference** | `[Registry]\ManageSoft\Tracker\CurrentVersion` |
2025 R1.1Parent topic:Preferences