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

app crashing and slowing down specially when using javascript #220

Closed
Thisis2pac opened this issue Dec 30, 2022 · 0 comments
Closed

app crashing and slowing down specially when using javascript #220

Thisis2pac opened this issue Dec 30, 2022 · 0 comments

Comments

@Thisis2pac
Copy link

java.lang.OutOfMemoryError: Failed to allocate a 2516296 byte allocation with 526136 free bytes and 513KB until OOM, target footprint 201326592, growth limit 201326592
at java.util.Arrays.copyOf(Arrays.java:3766)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:125)
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:449)
at java.lang.StringBuilder.append(StringBuilder.java:137)
at vn.vhn.vhscode.root.codeserver.CodeServerLocalService.appendLog(CodeServerLocalService.kt:12)
at vn.vhn.vhscode.root.codeserver.CodeServerLocalService.access$appendLog(CodeServerLocalService.kt:1)
at vn.vhn.vhscode.root.codeserver.CodeServerLocalService$d.invokeSuspend(CodeServerLocalService.kt:59)
at vn.vhn.vhscode.root.codeserver.CodeServerLocalService$d.invoke(Unknown Source:8)
at vn.vhn.vhscode.root.codeserver.CodeServerLocalService$d.invoke(Unknown Source:4)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:10)
at k3.e.withContext(Builders.common.kt:50)
at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1)
at vn.vhn.vhscode.root.codeserver.CodeServerLocalService.outputStreamUpdate(CodeServerLocalService.kt:21)
at vn.vhn.vhscode.root.codeserver.CodeServerLocalService.access$outputStreamUpdate(CodeServerLocalService.kt:1)
at vn.vhn.vhscode.root.codeserver.CodeServerLocalService$b.invokeSuspend(CodeServerLocalService.kt:34)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:14)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:117)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:1)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:15)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:29)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:1)

@vhqtvn vhqtvn closed this as completed in 8959069 Feb 9, 2023
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