increase mem

This commit is contained in:
Jordi Baylina
2020-08-18 19:59:29 +02:00
parent 17004c25b4
commit 632b270b9b
2 changed files with 2 additions and 2 deletions

View File

@@ -6210,7 +6210,7 @@ function thread(self) {
along with wasmsnark. If not, see <https://www.gnu.org/licenses/>.
*/
const MEM_SIZE = 4096; // Memory size in 64K Pakes (256Mb)
const MEM_SIZE = 8192; // Memory size in 64K Pakes (512Mb)
const inBrowser = (typeof window !== "undefined");
let NodeWorker;
if (!inBrowser) {

View File

@@ -18,7 +18,7 @@
along with wasmsnark. If not, see <https://www.gnu.org/licenses/>.
*/
const MEM_SIZE = 4096; // Memory size in 64K Pakes (256Mb)
const MEM_SIZE = 8192; // Memory size in 64K Pakes (512Mb)
import thread from "./threadman_thread.js";