Search Issue Tracker
Fixed
Fixed in 2023.1.X, 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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
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