Skip to content

Commit

Permalink
Adding v8 memory flags
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Apr 9, 2024
1 parent 250a082 commit d2d6d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"importMap": "./import_map.json",
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
"lume": "echo \"import 'lume/cli.ts'\" | deno run --v8-flags=--max-old-space-size=2048 --unstable -A -",
"build": "deno task lume",
"serve": "deno task lume -s",
"refresh-cache": "deno cache --lock-write _config.ts"
Expand Down

0 comments on commit d2d6d92

Please sign in to comment.