-
Bug
-
Resolution: Fixed
-
High
-
None
-
15
-
Severity 3 - Minor
-
6,815
-
Issue Summary
Currently, utilizing a paid workspace and have opted for the 4x/8x size option, you might encounter delays in builds or timeouts when employing Docker image volume mounting, especially with services like mysql or postgres.
Steps to Reproduce
- Use the newly released feature 4x/8x size option for your existing builds
- Try mounting Docker image volume mounting by using services such as mysql or postgres
- Compare the speed between 1x/2x and 4x/8x builds size options
Expected Results
Using the 4x/8x size option will not be slow or cause build timeouts using services such as mysql or postgres.
Actual Results
Using the 4x/8x size option is slow and intermittently causes build timeouts employing Docker image volume mounting, especially with services like mysql or postgres
Workaround
Currently, the workaround is to use the 1x/2x size option until this bug is fixed.