FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
09-26-2024 01:08 PM
Hello,
currently i am working many different applications which require more than 40 GB for building and testing. Therefore, i would like to ask if we can increase the available disk size for our build environment.
The ctrlX Works version i am using is 2.4.1.
Thank you
Solved! Go to Solution.
09-26-2024 02:54 PM
Hi @stvihuynh
when creating a App build environment you can increase the maximum disk size in the launch.bat by editing this line (change 32 to the size you like):
qemu-img create -b %IMG% -f qcow2 %QCOW2% -F qcow2 32G
This works before the first start of your App Build Environment.
Best regards,
Nick
09-26-2024 02:58 PM
Great!!! Might i know where i can find the launch.bat file ?
I installed our ctrlX Works using default path 😊
09-26-2024 03:09 PM
Here you can find the storage location:
09-26-2024 03:37 PM
Hello,
i have tried to change the file according to your instructions. However, this method just seems to work if you create your build environment for the first time.
Is there a way that i can extend the disk space for my current build environment which i have created before ?
Sorry for this inconvenience, but the current setup for my build environment is pretty complicated so i would like to continue working on it as long as possible.
09-27-2024 08:21 AM
Hi @stvihuynh
there is actually a really easy solution how to increase the disk size of your App Build Environment. In case you want to increase the disk size of your App Build Environment, go to the sotrage location of your App Build Environment (see my previous post) and call
09-27-2024 02:44 PM
Thank you for your help. This is exactly what I am looking for.