Search Issue Tracker
Fixed
Fixed in 6000.1.0a3
Votes
0
Found in
2023.1.0a26
Issue ID
UUM-24699
Regression
No
Unity Accelerator "CacheMinFreeBytes" configuration value gets reset when reloading the Configuration page in the Accelerator's Dashboard
How to reproduce:
1. Install the Unity Accelerator from a Docker image following the instructions on the given manual page: [https://docs.unity3d.com/Manual/UnityAccelerator.html]
2. In the "unity-accelerator" executable directory run the following command in the terminal: ./unity-accelerator config get CacheMinFreeBytes
3. Observe and note the printed value
4. Run in the Terminal: ./unity-accelerator config set CacheMinFreeBytes 42949672940
5. Repeat steps 2 and 3 and observe that the value has changed
6. Go to the accelerator's Dashboard page on the browser and load the configuration section
7. Repeat steps 2 and 3 and note the value
Expected result: the value is set to 42949672940
Actual result: the value was reset to the one observed previously (in reproduction step 3)
Reproducible on: Ubuntu 20.04
Note: The issue is not reproducible on all system configurations, but no specific conditions were found that are affecting the issue's reproducibility
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
Resolution Note (fix version 6000.1.0a3):
The fixed version has been released. It can be downloaded from the new Unity section of docker hub. You will need to switch your container url over to the new location and pull the new container.
https://hub.docker.com/r/unity/accelerator