Kenta Moriuchi
|
8fb073d7b4
|
chore: Happy New Year 2025 (#27509)
|
2024-12-31 19:12:39 +00:00 |
|
David Sherret
|
ac7b33a340
|
chore: cargo fmt - turn on group_imports=StdExternalCrate (#26646)
|
2024-12-31 12:13:39 -05:00 |
|
Nathan Whitaker
|
a9ab7a80da
|
fix: incorrect memory info free/available bytes on mac (#27460)
Fixes https://github.com/denoland/deno/issues/27435
For some reason this was dividing by 1024 (as if the unit was KB, and we
wanted bytes) but the page size is already in bytes.
|
2024-12-24 05:48:00 +00:00 |
|
snek
|
ae74407412
|
chore: upgrade libc (#27414)
need to do this for quic and they deprecated this method in libc without
actually providing an alternative so :/
|
2024-12-18 14:47:21 +01:00 |
|
Bartek Iwańczuk
|
c9baf3849f
|
perf: use available system memory for v8 isolate memory limit (#26868)
Instead of using the default 1.4Gb limit (which was meant for browser
tabs) configure V8 to
set the heap limit to the amount of memory available in the system.
Closes https://github.com/denoland/deno/issues/23424
Closes https://github.com/denoland/deno/issues/26435
Closes https://github.com/denoland/deno/issues/21226
|
2024-11-15 10:33:03 +01:00 |
|