Skip to content

Commit

Permalink
parser/deck: try increasing the TOTAL_MEMORY
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Jul 22, 2020
1 parent 6ca92d8 commit d9b35c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/parser/deck.imba
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import crypto from 'crypto'
import path from 'path'
import fs from 'fs'

Module = { TOTAL_MEMORY: 536870912 }

import AnkiExport from 'anki-apkg-export'
import cheerio from 'cheerio'

Expand Down

0 comments on commit d9b35c6

Please sign in to comment.