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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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