0.5 缩减重构
This commit is contained in:
+29
-29
@@ -72,32 +72,32 @@ Using the user object as returned from supabase.auth.getSession() or from some s
|
||||
Using the user object as returned from supabase.auth.getSession() or from some supabase.auth.onAuthStateChange() events could be insecure! This value comes directly from the storage medium (usually cookies on the server) and may not be authentic. Use supabase.auth.getUser() instead which authenticates the data by contacting the Supabase Auth server.
|
||||
Using the user object as returned from supabase.auth.getSession() or from some supabase.auth.onAuthStateChange() events could be insecure! This value comes directly from the storage medium (usually cookies on the server) and may not be authentic. Use supabase.auth.getUser() instead which authenticates the data by contacting the Supabase Auth server.
|
||||
Using the user object as returned from supabase.auth.getSession() or from some supabase.auth.onAuthStateChange() events could be insecure! This value comes directly from the storage medium (usually cookies on the server) and may not be authentic. Use supabase.auth.getUser() instead which authenticates the data by contacting the Supabase Auth server.
|
||||
|
||||
<--- Last few GCs --->
|
||||
|
||||
[30704:000001C2AAECC000] 3154411 ms: Mark-Compact 31843.8 (32807.5) -> 31742.3 (32803.9) MB, pooled: 0 MB, 10826.74 / 19.88 ms (average mu = 0.281, current mu = 0.289) task; scavenge might not succeed
|
||||
[30704:000001C2AAECC000] 3167016 ms: Mark-Compact 31812.8 (32808.6) -> 31722.8 (32794.1) MB, pooled: 8 MB, 11662.27 / 4.09 ms (average mu = 0.187, current mu = 0.075) task; scavenge might not succeed
|
||||
|
||||
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
|
||||
----- Native stack trace -----
|
||||
|
||||
1: 00007FF6DC3D7F8F node::OnFatalError+1343
|
||||
2: 00007FF6DD01B1E7 v8::Function::NewInstance+423
|
||||
3: 00007FF6DCE1BA97 v8::base::AddressSpaceReservation::AddressSpaceReservation+322071
|
||||
4: 00007FF6DCE1F7A4 v8::base::AddressSpaceReservation::AddressSpaceReservation+337700
|
||||
5: 00007FF6DCE2E73C v8::internal::StrongRootAllocatorBase::deallocate_impl+16604
|
||||
6: 00007FF6DCE2DF7B v8::internal::StrongRootAllocatorBase::deallocate_impl+14619
|
||||
7: 00007FF6DE295D2D v8::base::UnsignedDivisionByConstant<unsigned __int64>+2791341
|
||||
8: 00007FF6DCE19560 v8::base::AddressSpaceReservation::AddressSpaceReservation+312544
|
||||
9: 00007FF6DCDC9F12 EVP_PKEY_asn1_set_get_priv_key+86258
|
||||
10: 00007FF6DC32A48A node::GetNodeReport+98346
|
||||
11: 00007FF6DC328C70 node::GetNodeReport+92176
|
||||
12: 00007FF6DD082BCB uv_run+1867
|
||||
13: 00007FF6DD08273F uv_run+703
|
||||
14: 00007FF6DC4E4E3F node::DecodeWrite+367
|
||||
15: 00007FF6DC3659B2 node::MultiIsolatePlatform::DisposeIsolate+240642
|
||||
16: 00007FF6DC430F4C node::Start+1052
|
||||
17: 00007FF6DD449A82 AES_cbc_encrypt+2546
|
||||
18: 00007FF6DE29F434 v8::base::UnsignedDivisionByConstant<unsigned __int64>+2830004
|
||||
19: 00007FFEDDDAE8D7 BaseThreadInitThunk+23
|
||||
20: 00007FFEDFAAC53C RtlUserThreadStart+44
|
||||
|
||||
<--- Last few GCs --->
|
||||
|
||||
[30704:000001C2AAECC000] 3154411 ms: Mark-Compact 31843.8 (32807.5) -> 31742.3 (32803.9) MB, pooled: 0 MB, 10826.74 / 19.88 ms (average mu = 0.281, current mu = 0.289) task; scavenge might not succeed
|
||||
[30704:000001C2AAECC000] 3167016 ms: Mark-Compact 31812.8 (32808.6) -> 31722.8 (32794.1) MB, pooled: 8 MB, 11662.27 / 4.09 ms (average mu = 0.187, current mu = 0.075) task; scavenge might not succeed
|
||||
|
||||
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
|
||||
----- Native stack trace -----
|
||||
|
||||
1: 00007FF6DC3D7F8F node::OnFatalError+1343
|
||||
2: 00007FF6DD01B1E7 v8::Function::NewInstance+423
|
||||
3: 00007FF6DCE1BA97 v8::base::AddressSpaceReservation::AddressSpaceReservation+322071
|
||||
4: 00007FF6DCE1F7A4 v8::base::AddressSpaceReservation::AddressSpaceReservation+337700
|
||||
5: 00007FF6DCE2E73C v8::internal::StrongRootAllocatorBase::deallocate_impl+16604
|
||||
6: 00007FF6DCE2DF7B v8::internal::StrongRootAllocatorBase::deallocate_impl+14619
|
||||
7: 00007FF6DE295D2D v8::base::UnsignedDivisionByConstant<unsigned __int64>+2791341
|
||||
8: 00007FF6DCE19560 v8::base::AddressSpaceReservation::AddressSpaceReservation+312544
|
||||
9: 00007FF6DCDC9F12 EVP_PKEY_asn1_set_get_priv_key+86258
|
||||
10: 00007FF6DC32A48A node::GetNodeReport+98346
|
||||
11: 00007FF6DC328C70 node::GetNodeReport+92176
|
||||
12: 00007FF6DD082BCB uv_run+1867
|
||||
13: 00007FF6DD08273F uv_run+703
|
||||
14: 00007FF6DC4E4E3F node::DecodeWrite+367
|
||||
15: 00007FF6DC3659B2 node::MultiIsolatePlatform::DisposeIsolate+240642
|
||||
16: 00007FF6DC430F4C node::Start+1052
|
||||
17: 00007FF6DD449A82 AES_cbc_encrypt+2546
|
||||
18: 00007FF6DE29F434 v8::base::UnsignedDivisionByConstant<unsigned __int64>+2830004
|
||||
19: 00007FFEDDDAE8D7 BaseThreadInitThunk+23
|
||||
20: 00007FFEDFAAC53C RtlUserThreadStart+44
|
||||
|
||||
Reference in New Issue
Block a user