Skip to content
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

Out Of Memory #186

Open
pnemonic78 opened this issue Sep 23, 2024 · 0 comments
Open

Out Of Memory #186

pnemonic78 opened this issue Sep 23, 2024 · 0 comments
Assignees

Comments

@pnemonic78
Copy link
Collaborator

          Caused by java.lang.OutOfMemoryError: Failed to allocate a 32 byte allocation with 101952 free bytes and 99KB until OOM, target footprint 268435456, growth limit 268435456; giving up on allocation because <1% of heap free after GC.
       at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:88)
       at java.lang.StringBuilder.<init>(StringBuilder.java:103)
       at java.util.UUID.toString(UUID.java:522)
       at org.gnucash.android.model.BaseModel$Companion.generateUID(BaseModel.kt:104)
       at org.gnucash.android.model.Split.<init>(Split.kt:114)
       at org.gnucash.android.model.Transaction.<init>(Transaction.kt:103)
       at org.gnucash.android.service.ScheduledActionService.executeTransactions(ScheduledActionService.java:250)
       at org.gnucash.android.service.ScheduledActionService.executeScheduledEvent(ScheduledActionService.java:137)
       at org.gnucash.android.service.ScheduledActionService.processScheduledActions(ScheduledActionService.java:122)
       at org.gnucash.android.service.ScheduledActionService.onHandleWork(ScheduledActionService.java:89)
       at androidx.core.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:396)
       at androidx.core.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:387)
       at android.os.AsyncTask$3.call(AsyncTask.java:394)
       at java.util.concurrent.FutureTask.run(FutureTask.java:264)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
       at java.lang.Thread.run(Thread.java:1012)
        
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant