Testing speed depends on HDD? #1509
-
Hello, I have: Linux Debian 12 server (kinda bad CPU, 32GB RAM, 250GB system SSD & 1TB HDD) with multiple physical phones connected. Latest Appium & Device Farm plugin. So I know that Device Farm is using Prisma for DB connections which are made into .cache directory. Now, by default, I have this .cache directory on SSD. However when running tests, the database grows extremely fast - whole system SSD is eaten within few days of testing and after that whole system colapses and its not really easy to recover from that. I´ve disabled saving logs into database as well as session videos (at least I hope so) but it basicaly did not help. Or are there any optimalizations I can do on my side so the DB will for example clear data older then X days and therefore free some space up? Thanks everyone! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
@shadow2720 There are different capabilities to control these logs. Please check the docs. We will implement a way to delete them from frontend soon. |
Beta Was this translation helpful? Give feedback.
-
@saikrishna321 Hello, I´m using df:record_video and df:saveDeviceLogs, both set to false. But the DB still grows really fast. Is there anything else I could have missed? |
Beta Was this translation helpful? Give feedback.
-
So, is the request to avoid storing any session details, such as logs, screenshots, or videos, for the automation runs? |
Beta Was this translation helpful? Give feedback.
@shadow2720 you can use skipReport:true