Skip to content

Commit

Permalink
fix typo (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoseinian committed May 10, 2024
1 parent 7b00976 commit 6dea297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export async function loader({request}: DataFunctionArgs) {

The one thing you need to know about this, is that it is synchronous and also
quite slow. Also, you need twice as much memory on the server as what is being
used because to make a snapshot, v8 needs to make a copy of everything in memory
used to make a snapshot, because v8 needs to make a copy of everything in memory
to save it to disk. Oh, and it turns out that after v8 takes that memory from
your machine, it keeps it. I didn't know this originally and it kinda freaked me
out:
Expand Down

0 comments on commit 6dea297

Please sign in to comment.