-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading or writing to a database not configured in WAL mode will perform excessive I/O and reduce the health of storage devices. This is known to cause excessive I/O for your users. #3890
Comments
Hi @amruth-movano, We use the Could you share more details on how to reproduce the issue? How are you testing the app? Did you restart the DataStore? Also, how many models are defined in your schema? |
@5d |
Hi @amruth-movano , Thanks for the quick response. Is this during the initial sync (e.g., when the app is opened for the first time) of the datastore? What is the estimated data volume? |
@5d yes its begin to happen on app launch and memory increasing in MBs. cpu usage also increasing to 100-200 % |
@5d is there any update on this? |
Hello, Would you be able to post more context about the issue?
|
@thisisabhash |
@amruth-movano Can you provide code snippets to how you're calling this so that we can try and reproduce the issue? |
Describe the bug
We are getting high disk usage
Steps To Reproduce
Expected behavior
It should not give a warning for high disk usage.
Amplify Framework Version
2.39.0
Amplify Categories
DataStore
Dependency manager
Swift PM
Swift version
5.9.2
CLI version
12.11.1
Xcode version
15.2
Relevant log output
Is this a regression?
Yes
Regression additional context
Platforms
iOS
OS Version
iOS 18.0
Device
iPhone 12
Specific to simulators
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: